diff options
author | kjc <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 2000-12-21 12:01:40 +0000 |
commit | a53662a735cc4e637a5050c127867789f9fb18b2 (patch) | |
tree | be5735058c777239d4a18126099eb8716de428c4 /net/ttt/Makefile | |
parent | 06160451839d3a8cf9b78459f385ff13d52311cc (diff) | |
download | FreeBSD-ports-a53662a735cc4e637a5050c127867789f9fb18b2.zip FreeBSD-ports-a53662a735cc4e637a5050c127867789f9fb18b2.tar.gz |
update from ttt-1.5 to ttt-1.6.
LIB_DEPENDS changed from blt-2.4s to blt-2.4u.
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 35e9ca4..1bf8485 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> |