diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /net/ttt | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index d1b57c03327f..d40d349ab1d6 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -18,9 +18,7 @@ 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 \ - --x-libraries=${X11BASE}/lib \ - --x-includes=${X11BASE}/include + --with-tk=${LOCALBASE}/lib/tk8.4 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |