diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2004-03-25 18:28:44 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2004-03-25 18:28:44 +0000 |
commit | 51ee1935182b7102e10a1d91de5558a6c71b1b4e (patch) | |
tree | 4f52e453a3d252e4c0f72f92b993b6de388c85c0 /audio/py-vorbis | |
parent | b9a50ee6c1175e194d23586ceef41807f743ca3b (diff) | |
download | ports-51ee1935182b7102e10a1d91de5558a6c71b1b4e.tar.gz ports-51ee1935182b7102e10a1d91de5558a6c71b1b4e.zip |
Notes
Diffstat (limited to 'audio/py-vorbis')
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 5d671a595046..314f38bb639e 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyvorbis-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg |