summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2002-08-28 11:32:52 +0000
committerseb <seb>2002-08-28 11:32:52 +0000
commit0126e07f7269b7f57c4367becb06166e3d8337d7 (patch)
treee780e4a74970eeb75a8180c43e633901c306492b
parent3e95c19483a706d220eaf377b54a95a7a2bd972c (diff)
downloadpkgsrc-0126e07f7269b7f57c4367becb06166e3d8337d7.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/Makefile4
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}