diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /x11-wm/bbkeys | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | freebsd-ports-gnome-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz freebsd-ports-gnome-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.zst freebsd-ports-gnome-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-wm/bbkeys')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 2321e53964fa..6bfa1784fbb1 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -7,7 +7,7 @@ PORTNAME= bbkeys PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +17,8 @@ COMMENT= A keygrabber for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox -USE_X_PREFIX= yes USE_PERL5= yes +USE_XORG= x11 xext USE_GCC= 3.3+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \ |