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/patchage | |
parent | 6488eeb32e4de6a000b652832b444d1c428a8094 (diff) | |
download | ports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip |
Notes
Diffstat (limited to 'audio/patchage')
-rw-r--r-- | audio/patchage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 8bce845ef7bf..8d0a506e9210 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ libflowcanvas.so:${PORTSDIR}/x11-toolkits/flowcanvas -USES= pkgconfig tar:bzip2 -USE_PYTHON_BUILD=yes +USES= pkgconfig python:build tar:bzip2 INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include |