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/lv2core | |
parent | 6488eeb32e4de6a000b652832b444d1c428a8094 (diff) | |
download | ports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip |
Notes
Diffstat (limited to 'audio/lv2core')
-rw-r--r-- | audio/lv2core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/lv2core/Makefile b/audio/lv2core/Makefile index 08fe31cf8896..c521afea7f61 100644 --- a/audio/lv2core/Makefile +++ b/audio/lv2core/Makefile @@ -12,8 +12,7 @@ COMMENT= LV2 Core Package LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig tar:bzip2 -USE_PYTHON_BUILD= yes +USES= pkgconfig python:build tar:bzip2 .include <bsd.port.pre.mk> |