diff options
author | erwin <erwin@FreeBSD.org> | 2007-10-30 05:49:49 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-10-30 05:49:49 +0800 |
commit | 36863d878f28307cbc781578a62716fca6401acb (patch) | |
tree | c29769d8265a0c2571a44bc94663466f1709db12 /audio/py-speex | |
parent | 9a22d19ed8f34d03bdfb421eab8f9a286789ba2e (diff) | |
download | freebsd-ports-gnome-36863d878f28307cbc781578a62716fca6401acb.tar.gz freebsd-ports-gnome-36863d878f28307cbc781578a62716fca6401acb.tar.zst freebsd-ports-gnome-36863d878f28307cbc781578a62716fca6401acb.zip |
Ensure minimal version of 0.9.6.2 for devel/pyrex.
PR: 117565
Submitted by: Carl Johan Gustavsson <cjg@bsdmail.org>
Diffstat (limited to 'audio/py-speex')
-rw-r--r-- | audio/py-speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-speex/Makefile b/audio/py-speex/Makefile index 92278006418a..929cbc3008c6 100644 --- a/audio/py-speex/Makefile +++ b/audio/py-speex/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= python MAINTAINER= cjg@bsdmail.org COMMENT= Python bindings for the Speex compressor/decompressor audio codec -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/speex.so |