diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-02 03:54:24 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-02 03:54:24 +0800 |
commit | e7ad0a119a772b1453967fbeb3882eb5c9013dfc (patch) | |
tree | ecf7c5713c4669a8aad06dd5b2d8f3994337d6b7 /mail | |
parent | 4e5048f2120d4c419818117c996df177fff029d4 (diff) | |
download | freebsd-ports-gnome-e7ad0a119a772b1453967fbeb3882eb5c9013dfc.tar.gz freebsd-ports-gnome-e7ad0a119a772b1453967fbeb3882eb5c9013dfc.tar.zst freebsd-ports-gnome-e7ad0a119a772b1453967fbeb3882eb5c9013dfc.zip |
- Respect X11BASE
This port use Xlib to build, set USE_XLIB. With GNU_CONFIGURE set,
it sets correct path to xlib.
PR: ports/106039
Submitted by: rafan
Approved by: Stephen J. Roznowski <sjr@comcast.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tkrat2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index a4e06ac39cc6..ecd99329cfe3 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 \ c-client4.8:${PORTSDIR}/mail/cclient +USE_XLIB= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.4 \ |