diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:25:38 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-12 15:25:38 +0000 |
commit | c847a9c9c2ba5f6baba5da146a9f648a688cc758 (patch) | |
tree | 3027382d738e54e892abf9cefa1a8d64b4ed0202 /audio/py-speex | |
parent | 79be0e79fb0f9185e9a77c2990efc2e2d4cdf79d (diff) | |
download | ports-c847a9c9c2ba5f6baba5da146a9f648a688cc758.tar.gz ports-c847a9c9c2ba5f6baba5da146a9f648a688cc758.zip |
Notes
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 929cbc3008c6..27703303eb5e 100644 --- a/audio/py-speex/Makefile +++ b/audio/py-speex/Makefile @@ -19,7 +19,7 @@ COMMENT= Python bindings for the Speex compressor/decompressor audio codec 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 +PLIST_FILES= %%PYTHON_SITELIBDIR%%/speex.so USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 1.0 |