diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /audio/patchage | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'audio/patchage')
-rw-r--r-- | audio/patchage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index c047cc73c54e..556f6493e6c0 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ glademm-2.4:${PORTSDIR}/devel/libglademm24 \ flowcanvas.5:${PORTSDIR}/x11-toolkits/flowcanvas +USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD=yes INSTALLS_ICONS= yes |