diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-12 10:52:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-12 10:52:20 +0800 |
commit | 52f8ef758a427a7245a43af896307850cd7f7f6b (patch) | |
tree | 1a4a97d5ddab3775c34cac6c32a8044c44e4e05c /audio/py-fastaudio | |
parent | 2275519ddbed5687772dc71ed32ab3ea4a4b2352 (diff) | |
download | freebsd-ports-gnome-52f8ef758a427a7245a43af896307850cd7f7f6b.tar.gz freebsd-ports-gnome-52f8ef758a427a7245a43af896307850cd7f7f6b.tar.zst freebsd-ports-gnome-52f8ef758a427a7245a43af896307850cd7f7f6b.zip |
Require latest version of pyrex to fix build on the cluster.
PR: ports/117568
Submitted by: maintainer
Approved by: portmgr (self)
Diffstat (limited to 'audio/py-fastaudio')
-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 |