aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbkeys
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
commitbeae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch)
tree60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /x11-wm/bbkeys
parentaf5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff)
downloadports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.gz
ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326494
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r--x11-wm/bbkeys/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile
index 0d824f598dd4..89066a37c4ab 100644
--- a/x11-wm/bbkeys/Makefile
+++ b/x11-wm/bbkeys/Makefile
@@ -14,7 +14,8 @@ LICENSE= MIT
BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
-USE_PERL5_BUILD= yes
+USES= perl5 pkgconfig
+USE_PERL5= build
USE_XORG= x11 xext
GNU_CONFIGURE= yes
CPPFLAGS+= `pkg-config --cflags xft`