diff options
Diffstat (limited to 'net/ns2')
-rw-r--r-- | net/ns2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile index b5f998397712..c3479f56e394 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -13,8 +13,10 @@ DISTNAME= ns-src-2.1b7 MAINTAINER= obonilla@fisicc-ufm.edu +BROKEN= "Checksum is incorrect" + BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl -RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 MAN1= ns.1 MANCOMPRESSED= no @@ -22,7 +24,7 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/ns-2.1b7 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 +CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 ALL_TARGET= |