diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-10 15:46:23 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-10 15:46:23 +0000 |
commit | 8909270646473fe267a5c1f3f2529bcc5a137237 (patch) | |
tree | 15054321295569c16d540c45303b983380acb056 /security/gnupg2/Makefile | |
parent | ea7045b735c99767c5305c7cd559579bb23494a3 (diff) | |
download | pkgsrc-8909270646473fe267a5c1f3f2529bcc5a137237.tar.gz |
# ../licommon/libcommon.a
# reported upstream, should be fixed in 2.0.6
MAKE_JOBS_SAFE= no
Diffstat (limited to 'security/gnupg2/Makefile')
-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 |