aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-ogg
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2010-06-07 04:44:03 +0800
committernaddy <naddy@FreeBSD.org>2010-06-07 04:44:03 +0800
commita60aa9161fa5196ed4cbb4215c1b907654a5ec0e (patch)
tree92d84ed5d6b96acdcb0766cc553b1e437c95bbd1 /audio/py-ogg
parentd8350e7fbe4de6cda75d1fc3e83a70ed8d6a0f70 (diff)
downloadfreebsd-ports-graphics-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.gz
freebsd-ports-graphics-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.zst
freebsd-ports-graphics-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.zip
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Diffstat (limited to 'audio/py-ogg')
-rw-r--r--audio/py-ogg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile
index 35f1b6eb0e0..cfe43782b91 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ogg
PORTVERSION= 1.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ DISTNAME= pyogg-${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
COMMENT= Object-oriented Python bindings for the ogg library
-LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg
USE_PYTHON= yes
USE_PYDISTUTILS= yes