diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
commit | 4190a2434c613efb5f22375a3a146bb10687b23e (patch) | |
tree | 512100712e93681858c65b90f5859632aed9579d /net/ns | |
parent | e4df6c1cb285476111d3e005060f7364a6fa0adf (diff) | |
download | ports-4190a2434c613efb5f22375a3a146bb10687b23e.tar.gz ports-4190a2434c613efb5f22375a3a146bb10687b23e.zip |
Notes
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index c89e355b02b0..37845457bbbe 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= ns.1 MANCOMPRESSED= no -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/ns-2.1b5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 |