diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/py-vorbis/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'audio/py-vorbis/Makefile')
-rw-r--r-- | audio/py-vorbis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 70e99dace6d9..a20335a3d4c9 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -15,9 +15,9 @@ COMMENT= Object-oriented Python bindings for the vorbis library LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -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 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:audio/py-ogg +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:audio/py-ogg +LIB_DEPENDS= libvorbis.so:audio/libvorbis USES= python:2 USE_PYTHON= distutils autoplist |