diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:33:09 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:33:09 +0000 |
commit | 715852b561960374f4893efaa2f34fe72c6bb1b2 (patch) | |
tree | 73167b4e032b5def37f33f5722222b9ac9337369 /audio/py-vorbis | |
parent | 6488eeb32e4de6a000b652832b444d1c428a8094 (diff) | |
download | ports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip |
Notes
Diffstat (limited to 'audio/py-vorbis')
-rw-r--r-- | audio/py-vorbis/Makefile | 5 |
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}|' \ |