diff options
author | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /net/ns | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 3 | ||||
-rw-r--r-- | net/ns/files/patch-aa | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 9786f23..849d511 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ MAINTAINER= obonilla@fisicc-ufm.edu BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl -RUN_DEPENDS= ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 +RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no @@ -22,6 +22,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 ALL_TARGET= diff --git a/net/ns/files/patch-aa b/net/ns/files/patch-aa index 74f6728..d95a0b7 100644 --- a/net/ns/files/patch-aa +++ b/net/ns/files/patch-aa @@ -5,7 +5,7 @@ # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) PATH=$PATH:$d/unix:$d/bin -for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS -+for ac_prog in tclsh$TCL_VERS tclsh8.0 tclsh$TCL_OLD_VERS ++for ac_prog in tclsh$TCL_VERS tclsh8.2 tclsh$TCL_OLD_VERS do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |