diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-17 07:45:42 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-17 07:45:42 +0000 |
commit | b8896a3ccd8a1ee6c72136e604a45e34db9757ce (patch) | |
tree | 3a5881979625f7fd872a53f6f6e991fda9b15e88 /net/ttt/Makefile | |
parent | Add p5-RTF-Writer 1.09, (diff) |
upgrade from ttt-1.6 to ttt-1.8.
this version compiles with gcc-3.
PR: 58098
Notes
Notes:
svn path=/head/; revision=91489
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index d58e17eebd77..83bdc50b19e5 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -6,26 +6,19 @@ # PORTNAME= ttt -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= net tk83 ipv6 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp COMMENT= Tele Traffic Tapper, a network traffic monitoring tool -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ - tcl83.1:${PORTSDIR}/lang/tcl83 \ - tk83.1:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ + --with-tk=${LOCALBASE}/lib/tk8.3 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |