diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 07:31:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 07:31:19 +0000 |
commit | 62e32dd98a23211b31a0a641021f5acad369fd88 (patch) | |
tree | ba60a6dc2a821b71df5b427b7bd9fd8adef37084 /net/ttt | |
parent | 91be9cfd479a0e338bf5669c35a4014ace908a76 (diff) | |
download | ports-62e32dd98a23211b31a0a641021f5acad369fd88.tar.gz ports-62e32dd98a23211b31a0a641021f5acad369fd88.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 2b5095a5d508..e468702c4d35 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ - --with-tk=${LOCALBASE}/lib/tk8.4 + --with-tk=${LOCALBASE}/lib/tk8.4 \ + --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |