From 9ea89880c09f13d810faa8d9294a914c97be2348 Mon Sep 17 00:00:00 2001 From: shannonjr Date: Sat, 23 Apr 2005 12:44:58 +0000 Subject: Revised to use gpg instead of gpg2 for OPENPGP when building gpgsm following GNUPG recomendations: "Note that GnuPG 1.4 and 1.9 are not yet in sync and thus features and bug fixes done in 1.4 are not available in 1.9. *Please keep on using 1.4.x for OpenPGP*; 1.9.x and 1.4.x may be installed simultaneously." --- security/gpgme/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'security/gpgme') diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index e781bc409a6..fbf44ec7cab 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2005/04/11 21:47:12 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/04/23 12:44:58 shannonjr Exp $ # DISTNAME= gpgme-1.0.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -10,6 +11,8 @@ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/gpgme.html COMMENT= GnuPG Made Easy +DEPENDS+= gnupg>=1.2.2:../../security/gnupg + USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require @@ -46,9 +49,7 @@ INFO_FILES= gpgme.info .if !empty(PKG_OPTIONS:Mgpgsm) . include "../../security/gnupg-devel/buildlink3.mk" CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm -CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2 .else -DEPENDS+= gnupg>=1.2.2:../../security/gnupg CONFIGURE_ARGS+= --without-gpgsm .endif -- cgit v1.2.3