diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 05:06:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 05:06:13 +0000 |
commit | 631a44b010a237fe2ccc85a869212ac99f1be1de (patch) | |
tree | 1edb34ecde5ae639a44b78c2b917be302c7fc519 /x11/rxvt | |
parent | 2671c25a1e65e629dedbe82f90929e42c27f7a8b (diff) | |
download | ports-631a44b010a237fe2ccc85a869212ac99f1be1de.tar.gz ports-631a44b010a237fe2ccc85a869212ac99f1be1de.zip |
Notes
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 |