diff options
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 9a55a69a4501..ff6bfa5623d2 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -17,13 +17,14 @@ COMMENT= A keygrabber for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox -BROKEN= "Does not build" - USE_X_PREFIX= yes USE_PERL5= yes USE_GCC= 3.3+ GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \ + LDFLAGS="`pkg-config --libs xft`" +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bbkeys.1 MAN5= bbkeysrc.5 |