aboutsummaryrefslogtreecommitdiffstats
path: root/net/ttt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r--net/ttt/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index 35e9ca4d205b..1bf8485578b4 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -6,29 +6,19 @@
#
PORTNAME= ttt
-PORTVERSION= 1.5
-CATEGORIES= net tk82 ipv6
+PORTVERSION= 1.6
+CATEGORIES= net tk83 ipv6
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= kjc@csl.sony.co.jp
# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt.
LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \
- tcl82.1:${PORTSDIR}/lang/tcl82 \
- tk82.1:${PORTSDIR}/x11-toolkits/tk82
+ tcl83.1:${PORTSDIR}/lang/tcl83 \
+ tk83.1:${PORTSDIR}/x11-toolkits/tk83
GNU_CONFIGURE= yes
INSTALL_TARGET= install install-man
MAN1= ttt.1 tttprobe.1 tttview.1
-post-install:
- @if [ ! -c /dev/bpf1 ]; then \
- ${ECHO} "*********************************************************";\
- ${ECHO} "* W a r n i n g *";\
- ${ECHO} "* TTT needs Berkeley packet filter (bpf). *";\
- ${ECHO} "* To use TTT, your kernel must be rebuilt with bpf, and *";\
- ${ECHO} "* make bpf devices on /dev directory. *";\
- ${ECHO} "*********************************************************";\
- fi
-
.include <bsd.port.mk>