From 75d4a1a1afafb72f2ec331535b2c18fb3c948c0e Mon Sep 17 00:00:00 2001 From: rafan Date: Sat, 9 Dec 2006 05:06:13 +0000 Subject: - Respect X11BASE for Xpm Approved by: portmgr (linimon) --- x11/rxvt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/rxvt') diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 4c77b0f0a329..7573694851d6 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -27,7 +27,9 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ - --with-xpm --enable-xpm-background --enable-transparency + --with-xpm --enable-xpm-background --enable-transparency \ + --with-xpm-includes=${X11BASE}/include/X11 \ + --with-xpm-library=${X11BASE}/lib USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt -- cgit