diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:06:42 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:06:42 +0000 |
commit | ef750e6b09bce7adb1191f04eab14fb15954e0c0 (patch) | |
tree | 5ed4bba8d25448b4db0c412a88e521f69f157030 /audio/py-vorbis/Makefile | |
parent | Update py-ogg port to 1.3 (diff) |
Update py-vorbis to 1.3
Notes
Notes:
svn path=/head/; revision=87516
Diffstat (limited to 'audio/py-vorbis/Makefile')
-rw-r--r-- | audio/py-vorbis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 7ebc1fe0c417..3bcbca635499 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vorbis -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= audio MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ DISTNAME= pyvorbis-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_oggmodule.so:${PORTSDIR}/audio/py-ogg -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_oggmodule.so:${PORTSDIR}/audio/py-ogg +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis USE_PYTHON= yes |