aboutsummaryrefslogtreecommitdiff
path: root/audio/py-vorbis
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
commit715852b561960374f4893efaa2f34fe72c6bb1b2 (patch)
tree73167b4e032b5def37f33f5722222b9ac9337369 /audio/py-vorbis
parent6488eeb32e4de6a000b652832b444d1c428a8094 (diff)
downloadports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz
ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip
Notes
Diffstat (limited to 'audio/py-vorbis')
-rw-r--r--audio/py-vorbis/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile
index 1fbd63207b20..68eb4e640a42 100644
--- a/audio/py-vorbis/Makefile
+++ b/audio/py-vorbis/Makefile
@@ -16,9 +16,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg
LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \