diff options
author | seb <seb> | 2002-08-28 11:32:52 +0000 |
---|---|---|
committer | seb <seb> | 2002-08-28 11:32:52 +0000 |
commit | 676e90810e17cec5365929e02f8b458262e00486 (patch) | |
tree | e780e4a74970eeb75a8180c43e633901c306492b /net/ns | |
parent | 58ea692a1bebdf927fc532500f348926dc5e5b36 (diff) | |
download | pkgsrc-676e90810e17cec5365929e02f8b458262e00486.tar.gz |
As the comment says it perl is only needed if you want to run the validation
tests. So remove the need for perl.
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 6a0f4059597..162e75b786f 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/08/28 10:09:54 seb Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/28 11:32:52 seb Exp $ DISTNAME= ns-src-2.1b9a PKGNAME= ${DISTNAME:S/b/rc/:S/-src//} @@ -18,7 +18,7 @@ USE_BUILDLINK2= yes USE_X11= yes PTHREAD_OPTS+= require # Perl is only needed if you want to run the validation tests. -USE_PERL5= build +#USE_PERL5= build CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} |