summaryrefslogtreecommitdiff
path: root/audio/py-ogg
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
commit89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch)
tree765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/py-ogg
parentUpdate to Ogg Vorbis 1.0.1. (diff)
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/py-ogg')
-rw-r--r--audio/py-ogg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile
index f9fbce7cddda..923c4ca8b0ea 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ogg
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= pyogg-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
COMMENT= Object-oriented Python bindings for the ogg library
-LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
USE_PYTHON= yes
USE_PYDISTUTILS= yes