diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 02:52:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-12 02:52:20 +0000 |
commit | 1f49818ff59766ae551081f994c3368ea46c8431 (patch) | |
tree | 5e590574839c35308d4d528b8bab56d2151f1487 | |
parent | - Make fetchable again. Add my MASTER_SITE_LOCAL to the mix and replace (diff) |
Require latest version of pyrex to fix build on the cluster.
PR: ports/117568
Submitted by: maintainer
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202637
-rw-r--r-- | audio/py-fastaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-fastaudio/Makefile b/audio/py-fastaudio/Makefile index f706c183ec3d..02b6f3e4ddb7 100644 --- a/audio/py-fastaudio/Makefile +++ b/audio/py-fastaudio/Makefile @@ -19,7 +19,7 @@ DIST_SUBDIR= python MAINTAINER= ninjin@kth.se COMMENT= Python bindings for the PortAudio multi-platform audio library -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio \ sndfile:${PORTSDIR}/audio/libsndfile |