diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /x11-wm | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-graphics-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-graphics-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-graphics-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.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')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/blackbox/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/boxtools/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 3 |
4 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index 2321e53964f..6bfa1784fbb 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`" \ diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index a4c2cce14de..0544855ab6a 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= blackbox PORTVERSION= 0.70.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blackboxwm @@ -22,8 +22,8 @@ CONFLICTS= boxtools-* PORTDOCS= AUTHORS COMPLIANCE ChangeLog LICENSE README RELNOTES TODO MAN1= blackbox.1 -USE_X_PREFIX= yes USE_GNOME= gnomehack pkgconfig +USE_XORG= x11 GNU_CONFIGURE= yes USE_ICONV= yes USE_GCC= 3.3+ diff --git a/x11-wm/boxtools/Makefile b/x11-wm/boxtools/Makefile index 7bc9577c8f8..6cf1fe2155c 100644 --- a/x11-wm/boxtools/Makefile +++ b/x11-wm/boxtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= boxtools PORTVERSION= 0.70.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= blackboxwm @@ -22,7 +22,7 @@ MAN1= bsetbg.1 bsetroot.1 PORTDOCS= README.bbtools README.bsetbg PLIST_FILES= bin/bsetbg bin/bsetroot -USE_X_PREFIX= yes +USE_XORG= x11 xext GNU_CONFIGURE= yes USE_ICONV= yes USE_GCC= 3.3+ diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile index d88f52f230d..77d4ae33136 100644 --- a/x11-wm/wmthemeinstall/Makefile +++ b/x11-wm/wmthemeinstall/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmthemeinstall PORTVERSION= 0.62 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= http://www.jeremias.net/wmthemeinstall/download/ @@ -16,7 +16,6 @@ COMMENT= A neat theme manager for WindowMaker RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |