diff options
Diffstat (limited to 'net/ns2/Makefile')
-rw-r--r-- | net/ns2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile index 9786f2395d40..849d511a1008 100644 --- a/net/ns2/Makefile +++ b/net/ns2/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= |