summaryrefslogtreecommitdiff
path: root/net/ns
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-10 14:23:36 +0000
committerrillig <rillig@pkgsrc.org>2020-05-10 14:23:36 +0000
commit49ffed74c67d6b4f37326738ac8623129fa9289c (patch)
tree2a999cd1f5020c17157c15f7cf8fce22e640925e /net/ns
parent01c5e7e3fb34aba9c3ca8b802bc48ffd9fc9d56c (diff)
downloadpkgsrc-49ffed74c67d6b4f37326738ac8623129fa9289c.tar.gz
net/ns: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'net/ns')
-rw-r--r--net/ns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile
index ca358aa43a4..c5f3d8471e3 100644
--- a/net/ns/Makefile
+++ b/net/ns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/12/19 21:15:39 markd Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/10 14:23:36 rillig Exp $
DISTNAME= ns-src-2.35
PKGNAME= ns-2.35
@@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
# Perl is only needed if you want to run the validation tests.
#USE_TOOLS+= perl
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= LIBS="`${CONFIG_SHELL} -c '. ${TCLCONFIG_SH}; ${ECHO} $$TCL_LIBS'`"
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}