summaryrefslogtreecommitdiff
path: root/net/sslh
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-01-09 14:34:20 +0000
committerjoerg <joerg@pkgsrc.org>2015-01-09 14:34:20 +0000
commit883a8578c76802d034ba9e04c60889a29e4b302e (patch)
tree394f278392d7a802931356238ab737dd3e135e99 /net/sslh
parentd1e1242b4328ef43a68488283fef4669e9c62d9f (diff)
downloadpkgsrc-883a8578c76802d034ba9e04c60889a29e4b302e.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net/sslh')
-rw-r--r--net/sslh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile
index 262305aedf9..884c95f9c3e 100644
--- a/net/sslh/Makefile
+++ b/net/sslh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/11/28 10:45:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/09 14:34:20 joerg Exp $
#
DISTNAME= v1.16
@@ -13,6 +13,9 @@ HOMEPAGE= http://www.rutschle.net/tech/sslh.shtml
COMMENT= Multiplex ssl, ssh, and other connections on the same port
LICENSE= gnu-gpl-v2
+# version.h created too late
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake gzip pod2man
USE_LANGUAGES= c