diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:31:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:31:38 +0000 |
commit | 939640937a3af05c09bc172232aaaf4a6120f3ac (patch) | |
tree | e507c431148e9e0b1dbb2f697e850f812e5e11e8 /net/ns2/Makefile | |
parent | 4086910246dd3777f14e0ee05f9b526b3d2490ee (diff) | |
download | ports-939640937a3af05c09bc172232aaaf4a6120f3ac.tar.gz ports-939640937a3af05c09bc172232aaaf4a6120f3ac.zip |
Notes
Diffstat (limited to 'net/ns2/Makefile')
-rw-r--r-- | net/ns2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile index c92ee9e5ffa5..b5f998397712 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ns -PORTVERSION= 2.1.b5 +PORTVERSION= 2.1.b7 CATEGORIES= net -MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ -DISTNAME= ns-src-2.1b5 +MASTER_SITES= http://www.isi.edu/nsnam/dist/ +DISTNAME= ns-src-2.1b7 MAINTAINER= obonilla@fisicc-ufm.edu @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/ns-2.1b5 +WRKSRC= ${WRKDIR}/ns-2.1b7 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 |