diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /x11-wm/bbpager | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209620
Diffstat (limited to 'x11-wm/bbpager')
-rw-r--r-- | x11-wm/bbpager/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index 2ab8ec35c901..95f0d4e31249 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -7,6 +7,7 @@ PORTNAME= bbpager DISTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF MASTER_SITE_SUBDIR= bbtools @@ -17,6 +18,7 @@ COMMENT= A pager for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox USE_GNOME= gnomehack pkgconfig +USE_XORG= xext sm x11 xau xcursor xi GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \ LDFLAGS="`pkg-config --libs xft`" |