diff options
author | nbm <nbm@FreeBSD.org> | 2003-08-22 20:06:42 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2003-08-22 20:06:42 +0000 |
commit | 9bd09b7651c4a869a340c5556298611eeec6fd3c (patch) | |
tree | 49946151d8ce78ae0d19b5731971a754e02f0e77 /audio/py-vorbis/Makefile | |
parent | 9eb271869e4c4c56eb289c32ea345999861645b3 (diff) | |
download | FreeBSD-ports-9bd09b7651c4a869a340c5556298611eeec6fd3c.zip FreeBSD-ports-9bd09b7651c4a869a340c5556298611eeec6fd3c.tar.gz |
Update py-vorbis to 1.3
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 7ebc1fe..3bcbca6 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 |