- Respect X11BASE

Reported by:	pointyhat
This commit is contained in:
Rong-En Fan 2006-12-02 14:42:03 +00:00
parent 2b227af340
commit 155d08b741
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178594

View file

@ -19,7 +19,8 @@ LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 \
otcl:${PORTSDIR}/lang/otcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 \
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
.include <bsd.port.pre.mk>