diff options
author | minskim <minskim> | 2007-09-25 15:19:29 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-09-25 15:19:29 +0000 |
commit | e86ca361176738e760e50f074163e22669d54727 (patch) | |
tree | 8add70fde326d018eeb63f343a4a428f30cbe891 /security/gpgme/Makefile | |
parent | 208f21bf9dda773d183c05b44003a0f76c4e4b5c (diff) | |
download | pkgsrc-e86ca361176738e760e50f074163e22669d54727.tar.gz |
This package requires libgpg-error>=1.4.
Bump PKGREVISION.
Diffstat (limited to 'security/gpgme/Makefile')
-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 50d605872aa..ba86b07a424 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2007/07/28 19:29:57 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2007/09/25 15:19:29 minskim Exp $ # DISTNAME= gpgme-1.1.4 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -46,6 +47,7 @@ TEST_TARGET= check CONFIGURE_ARGS+= --without-pth --without-pth-test .endif +BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.4 .include "../../security/libgpg-error/buildlink3.mk" # we want the getenv_r() semantics of NetBSD-current |