diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/py-ogg | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.zst freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.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 |