From 7b56c40b952a22521dd35f39e00fcfbb408463b5 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 25 Mar 2008 22:44:48 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- x11/rxvt-devel/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11/rxvt-devel') 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 \ -- cgit