diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /x11-wm | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.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/bbpager/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/icewm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/ratmen/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/selectwm/Makefile | 1 |
4 files changed, 6 insertions, 3 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`" diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 912c7c95af0f..7404c0a1147a 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.2.34 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF @@ -53,7 +54,7 @@ PLIST_SUB+= GNOMEDESKTOP="@comment " USE_GNOME+= imlib CONFIGURE_ARGS+=--with-imlib .else -USE_XPM= yes +USE_XORG= xpm CONFIGURE_ARGS+=--without-imlib .endif diff --git a/x11-wm/ratmen/Makefile b/x11-wm/ratmen/Makefile index d5da770b2aeb..ccbb093a28bf 100644 --- a/x11-wm/ratmen/Makefile +++ b/x11-wm/ratmen/Makefile @@ -7,13 +7,14 @@ PORTNAME= ratmen PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.update.uu.se/~zrajm/programs/ratmen/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Simple program for displaying a menu in a window -USE_XLIB= yes +USE_XORG= x11 USE_PERL5_BUILD=yes MAN1= ratmen.1 PLIST_FILES= bin/ratmen diff --git a/x11-wm/selectwm/Makefile b/x11-wm/selectwm/Makefile index c9a8aa8e9d19..e46f9627ad93 100644 --- a/x11-wm/selectwm/Makefile +++ b/x11-wm/selectwm/Makefile @@ -18,7 +18,6 @@ MAN1= selectwm.1 USE_BZIP2= yes USE_GNOME= gtk20 -USE_X_PREFIX= yes GNU_CONFIGURE= yes PLIST_FILES= bin/selectwm share/locale/fr/LC_MESSAGES/selectwm.mo |