diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/py-ogg | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) | |
download | freebsd-ports-gnome-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz freebsd-ports-gnome-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.zst freebsd-ports-gnome-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/py-ogg')
-rw-r--r-- | audio/py-ogg/Makefile | 3 |
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 |