summaryrefslogtreecommitdiff
path: root/net/hping3/options.mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-14 12:17:30 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-14 12:17:30 +0000
commit2eeda138cb54677802a2ec1035c3284f4ffcce07 (patch)
tree1f0ebf46d5c9587160eee6857a817099eac381b8 /net/hping3/options.mk
parent6879d70afba7afef46405e3d139ec89fa5ee449c (diff)
downloadpkgsrc-2eeda138cb54677802a2ec1035c3284f4ffcce07.tar.gz
Various patches and cleanups to fix build on Darwin and SunOS.
Diffstat (limited to 'net/hping3/options.mk')
-rw-r--r--net/hping3/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hping3/options.mk b/net/hping3/options.mk
index a941362b083..4ec3bddf45b 100644
--- a/net/hping3/options.mk
+++ b/net/hping3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/03/14 18:37:58 pettai Exp $
+# $NetBSD: options.mk,v 1.2 2017/06/14 12:17:30 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hping3
PKG_SUPPORTED_OPTIONS= tcl
@@ -13,4 +13,5 @@ PKG_SUGGESTED_OPTIONS=
.include "../../lang/tcl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --no-tcl
+CONFIGURE_ENV+= TCLSH=/nonexistent
.endif