diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 10:44:52 +0000 |
commit | 336a226a5699a3f48c548844b19744df119fc893 (patch) | |
tree | 2832e36799a38cadce7b4b5fe3f68e3a57c88e68 /net/ns2 | |
parent | 9b3d5347ab4e784463f41175cac20980c384707c (diff) | |
download | FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.zip FreeBSD-ports-336a226a5699a3f48c548844b19744df119fc893.tar.gz |
WRKSRC-related fixes.
Diffstat (limited to 'net/ns2')
-rw-r--r-- | net/ns2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile index c89e355..3784545 100644 --- a/net/ns2/Makefile +++ b/net/ns2/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 |