diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-01 19:54:24 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-01 19:54:24 +0000 |
commit | 009aae5b44d35919c79351605d05bb0a6fd2e676 (patch) | |
tree | 1fcc4e5a0c055563b89d107eea1ee499e0e429b1 /mail/tkrat2 | |
parent | 8e648c802bbe9bc43cd3994b2f9618da3c8778ba (diff) | |
download | ports-009aae5b44d35919c79351605d05bb0a6fd2e676.tar.gz ports-009aae5b44d35919c79351605d05bb0a6fd2e676.zip |
Notes
Diffstat (limited to 'mail/tkrat2')
-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 \ |