diff options
author | joerg <joerg@pkgsrc.org> | 2015-01-09 14:34:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-01-09 14:34:20 +0000 |
commit | 883a8578c76802d034ba9e04c60889a29e4b302e (patch) | |
tree | 394f278392d7a802931356238ab737dd3e135e99 /net/sslh | |
parent | d1e1242b4328ef43a68488283fef4669e9c62d9f (diff) | |
download | pkgsrc-883a8578c76802d034ba9e04c60889a29e4b302e.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'net/sslh')
-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 |