diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
commit | 9fbc579d4bbe48cccf832b12d5831f42dad6e021 (patch) | |
tree | 73167b4e032b5def37f33f5722222b9ac9337369 /audio/slv2 | |
parent | ebd90c4793a440c440de7d00275eba29c42d7c77 (diff) | |
download | freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.gz freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.zst freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.zip |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit)
Diffstat (limited to 'audio/slv2')
-rw-r--r-- | audio/slv2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index 782df2ac27c4..4b94f3fceeb6 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -16,8 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ librdf.so:${PORTSDIR}/textproc/redland -USES= pkgconfig tar:bzip2 -USE_PYTHON_BUILD= yes +USES= pkgconfig python:build tar:bzip2 USE_LDCONFIG= yes .include <bsd.port.pre.mk> |