summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-05-07 20:45:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-05-07 20:45:48 +0000
commitef0da996c7f9191af9f8fce3fe329af30f250a05 (patch)
tree8e3e7719dfacdd803b2d18f465c6ca5153e99055 /x11-wm
parent- Fix the command line option parser [1] (diff)
Unbreak with new pkgconfig
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=134807
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/bbkeys/Makefile5
-rw-r--r--x11-wm/bbpager/Makefile5
2 files changed, 6 insertions, 4 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
diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile
index aa110b14a70a..01bf22de3f94 100644
--- a/x11-wm/bbpager/Makefile
+++ b/x11-wm/bbpager/Makefile
@@ -16,12 +16,13 @@ COMMENT= A pager for the Blackbox window manager
BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
-BROKEN= Does not build
-
USE_X_PREFIX= yes
USE_GNOME= gnomehack pkgconfig
USE_GCC= 3.3+
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \
+ LDFLAGS="`pkg-config --libs xft`"
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PORTDOCS= README.bbpager
PLIST_FILES= bin/bbpager %%DATADIR%%/bbpager.rc