1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Respect X11BASE

This commit is contained in:
Kris Kennaway 2006-12-02 23:10:17 +00:00
parent b7f66534d8
commit 38f62903f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178634

View File

@ -22,7 +22,9 @@ CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
--enable-menubar --enable-graphics --enable-xim \
--enable-languages --with-encoding=eucj \
--disable-backspace-key --disable-delete-key \
--enable-utmp --enable-wtmp
--enable-utmp --enable-wtmp \
--with-xpm --with-xpm-includes=${X11BASE}/include/X11 \
--with-xpm-library=${X11BASE}/lib
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
RXVTLIB= ${PREFIX}/lib/X11/rxvt