diff options
-rw-r--r-- | security/gnupg2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 5405ab72079..ca8578733aa 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/08/04 12:00:02 shannonjr Exp $ +# $NetBSD: Makefile,v 1.13 2007/08/10 15:46:23 gdt Exp $ # DISTNAME= gnupg-2.0.5 @@ -18,6 +18,10 @@ COMMENT= GNUpg with OpenPGP and S/MIME capabilities PKG_INSTALLATION_TYPES= overwrite pkgviews +# ../licommon/libcommon.a +# reported upstream, should be fixed in 2.0.6 +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes INFO_FILES= yes USE_TOOLS+= gmake |