diff options
author | kris <kris@FreeBSD.org> | 2002-05-18 10:13:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-18 10:13:41 +0800 |
commit | 86761cf52d7396e81d94805a9437c43adb7bb6c0 (patch) | |
tree | 4240fdca4feb37e1f3fdcfd5bc560d86c757163c /net | |
parent | 47e5da0d66db20df76b575cda88807b65074cf20 (diff) | |
download | freebsd-ports-gnome-86761cf52d7396e81d94805a9437c43adb7bb6c0.tar.gz freebsd-ports-gnome-86761cf52d7396e81d94805a9437c43adb7bb6c0.tar.zst freebsd-ports-gnome-86761cf52d7396e81d94805a9437c43adb7bb6c0.zip |
BROKEN: Incorrect checksum
Diffstat (limited to 'net')
-rw-r--r-- | net/ns/Makefile | 6 | ||||
-rw-r--r-- | net/ns2/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index b5f998397712..c3479f56e394 100644 --- a/net/ns/Makefile +++ b/net/ns/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= 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= |