diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /net/socks5 | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index aa3e70f4fe6..78068ca0423 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2009/05/19 08:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2009/06/30 00:07:21 joerg Exp $ DISTNAME= socks5-v1_0r2 PKGNAME= socks5-1.0.2 @@ -22,6 +22,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + CONFLICTS= socks4-[0-9]* # here are some extra configure args you may wish to use |