diff options
author | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-22 10:23:54 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@FreeBSD.org> | 2003-10-22 10:23:54 +0000 |
commit | 750f9ffb2174b88a135f4d1a4f29d104c0f94e7f (patch) | |
tree | 5976decdfa59fbd83e8b664d5a8c1ac80e7624c3 /net/ttt | |
parent | 778d41b91c1c25c43ea1ea658b7afbd06745e75f (diff) | |
download | ports-750f9ffb2174b88a135f4d1a4f29d104c0f94e7f.tar.gz ports-750f9ffb2174b88a135f4d1a4f29d104c0f94e7f.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 83bdc50b19e5..3ca67328e67e 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -7,17 +7,18 @@ PORTNAME= ttt PORTVERSION= 1.8 -CATEGORIES= net tk83 ipv6 +PORTREVISION= 1 +CATEGORIES= net tk84 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 -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ - --with-tk=${LOCALBASE}/lib/tk8.3 +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ + --with-tk=${LOCALBASE}/lib/tk8.4 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |