From b8896a3ccd8a1ee6c72136e604a45e34db9757ce Mon Sep 17 00:00:00 2001 From: Kenjiro Cho Date: Fri, 17 Oct 2003 07:45:42 +0000 Subject: upgrade from ttt-1.6 to ttt-1.8. this version compiles with gcc-3. PR: 58098 --- net/ttt/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'net/ttt/Makefile') 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 - -.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 +.include -- cgit v1.2.3