diff options
Diffstat (limited to 'audio/py-vorbis/Makefile')
-rw-r--r-- | audio/py-vorbis/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index aecb438d29cb..4df43bd16cc2 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pyvorbis -# Date created: 23 Sep 2002 -# Whom: makeport.pl -# +# Created by: makeport.pl # $FreeBSD$ -# PORTNAME= vorbis PORTVERSION= 1.4 @@ -22,6 +18,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis PLIST_FILES= %%PYTHON_SITELIBDIR%%/ogg/vorbis.so USE_PYTHON= yes +NO_STAGE= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyvorbis |