diff options
Diffstat (limited to 'audio/py-ogg/Makefile')
-rw-r--r-- | audio/py-ogg/Makefile | 4 |
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 |