diff options
author | joerg <joerg> | 2015-01-09 14:34:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-01-09 14:34:20 +0000 |
commit | ec83e7d0d9e15ef2b9e917dfa60d0a2560c59fa9 (patch) | |
tree | 394f278392d7a802931356238ab737dd3e135e99 /net | |
parent | 5645fa720911a11e5989e0eb4849f768060f47ab (diff) | |
download | pkgsrc-ec83e7d0d9e15ef2b9e917dfa60d0a2560c59fa9.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net')
-rw-r--r-- | net/sslh/Makefile | 5 |
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 |