summaryrefslogtreecommitdiff
path: root/audio/py-ogg
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2009-07-06 21:25:59 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2009-07-06 21:25:59 +0000
commit94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch)
tree237d3a327976b01fb3b1ba117cdb3fbf5c71466e /audio/py-ogg
parentFix compilation with custom localbase (diff)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Notes
Notes: svn path=/head/; revision=237283
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 89a1aa79518c..35f1b6eb0e02 100644
--- a/audio/py-ogg/Makefile
+++ b/audio/py-ogg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ogg
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
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.5:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
USE_PYTHON= yes
USE_PYDISTUTILS= yes