diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-05-07 20:45:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-05-07 20:45:48 +0000 |
commit | ef0da996c7f9191af9f8fce3fe329af30f250a05 (patch) | |
tree | 8e3e7719dfacdd803b2d18f465c6ca5153e99055 /x11-wm/bbpager | |
parent | a99a5f0b5650223f4db226a3f4a0ada80d2dfabb (diff) | |
download | ports-ef0da996c7f9191af9f8fce3fe329af30f250a05.tar.gz ports-ef0da996c7f9191af9f8fce3fe329af30f250a05.zip |
Notes
Diffstat (limited to 'x11-wm/bbpager')
-rw-r--r-- | x11-wm/bbpager/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |