diff options
author | seb <seb@pkgsrc.org> | 2002-08-28 11:32:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-08-28 11:32:52 +0000 |
commit | cf088189b3b5b40463bc545c0549f5026ac6b8c5 (patch) | |
tree | e780e4a74970eeb75a8180c43e633901c306492b | |
parent | 9a2cbf0ab0c3932effb25bf18d0e0bd146744dcb (diff) | |
download | pkgsrc-cf088189b3b5b40463bc545c0549f5026ac6b8c5.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.
-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} |