aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-26 06:44:48 +0800
committermiwi <miwi@FreeBSD.org>2008-03-26 06:44:48 +0800
commit7b56c40b952a22521dd35f39e00fcfbb408463b5 (patch)
tree222501a00a140e899e2e4288740c3089e3cf5b18 /x11/rxvt-devel
parent6939c2c931da3bc739154509bd6d2fc1c519f3b6 (diff)
downloadfreebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.gz
freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.zst
freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.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/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 78b3f45a9fd7..9b190ca9f46a 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= rxvt
PORTVERSION= 2.7.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES+= x11
MASTER_SITES= SF
PKGNAMESUFFIX= -devel
@@ -20,8 +20,7 @@ COMMENT= A low memory usage xterm replacement that supports color
USE_AUTOTOOLS= libtool:15
USE_PERL5_BUILD=yes
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \
--with-xpm --enable-xpm-background --enable-transparency \