aboutsummaryrefslogtreecommitdiff
path: root/audio/py-vorbis/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-22 20:06:42 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-22 20:06:42 +0000
commitef750e6b09bce7adb1191f04eab14fb15954e0c0 (patch)
tree5ed4bba8d25448b4db0c412a88e521f69f157030 /audio/py-vorbis/Makefile
parentacfb1c6640ebe98c79c9143abbd0a84c3934e1a2 (diff)
downloadports-ef750e6b09bce7adb1191f04eab14fb15954e0c0.tar.gz
ports-ef750e6b09bce7adb1191f04eab14fb15954e0c0.zip
Notes
Diffstat (limited to 'audio/py-vorbis/Makefile')
-rw-r--r--audio/py-vorbis/Makefile6
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