diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-09 13:06:13 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-09 13:06:13 +0800 |
commit | 75d4a1a1afafb72f2ec331535b2c18fb3c948c0e (patch) | |
tree | a9e05d4feba2d48aac37807cefc7bbd49eadecd1 /x11/rxvt | |
parent | 0c04de3b16a2122bdf4c133ac16e19e75a14a8c3 (diff) | |
download | freebsd-ports-gnome-75d4a1a1afafb72f2ec331535b2c18fb3c948c0e.tar.gz freebsd-ports-gnome-75d4a1a1afafb72f2ec331535b2c18fb3c948c0e.tar.zst freebsd-ports-gnome-75d4a1a1afafb72f2ec331535b2c18fb3c948c0e.zip |
- Respect X11BASE for Xpm
Approved by: portmgr (linimon)
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |