diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-14 20:47:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-14 20:47:05 +0000 |
commit | fa5b70d665f62a715cf01d4548bdf6b4eb5294d8 (patch) | |
tree | 3530f7c758e3b1b525ffacc464cd2adc90952a1f /security/gpgme | |
parent | 5cbeb046ef845c44cb49a36898ab2421ec1410c3 (diff) | |
download | pkgsrc-fa5b70d665f62a715cf01d4548bdf6b4eb5294d8.tar.gz |
Do not unwrap gpgme-config; it broke the script because the unwrapping
stage removed a
-I/usr/include|-I/include)
line from a case statement.
Bump PKGREVISION.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 7c177c82c0b..e90bc03c825 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2011/08/14 19:47:37 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2011/08/14 20:47:05 wiz Exp $ DISTNAME= gpgme-1.3.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 @@ -53,3 +54,4 @@ BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.4 .include "../../security/libgpg-error/buildlink3.mk" # we want the getenv_r() semantics of NetBSD-current .include "../../mk/bsd.pkg.mk" +_UNWRAP_FILES= |