diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-19 04:54:34 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-04-19 04:54:34 +0000 |
commit | 3391fbd275a77258325ffdab0f31940eb7f1bcae (patch) | |
tree | 82d9ca23f2a2599f99bd2353726e6264a28cdca0 /net/ns/Makefile | |
parent | 2cab5a9df945b55d96e90023f84ff1144786ebf5 (diff) |
Notes
Diffstat (limited to 'net/ns/Makefile')
-rw-r--r-- | net/ns/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index b25577578f57..7c843d92113a 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -6,24 +6,24 @@ # PORTNAME= ns -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ -DISTNAME= ns-src-2.26 +DISTNAME= ns-src-2.27 MAINTAINER= ports@FreeBSD.org COMMENT= The UCB/LBNL Network Simulator Version 2 BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl -RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 MAN1= ns.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/ns-2.26 +WRKSRC= ${WRKDIR}/ns-2.27 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 +CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 ALL_TARGET= |