From 43defa0191ed8d1b894db3b3a01a5ad3077a954c Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 15 Jan 2010 20:11:34 +0000 Subject: don't depend on gnupg directly, gpgme/bl3 will do this for us, and it will deal with gnupg1/gnupg2 correctly bump PKGREVISION --- security/seahorse/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/seahorse') diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c44b8225661..f4bb13b9342 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2009/10/24 12:53:55 drochner Exp $ +# $NetBSD: Makefile,v 1.86 2010/01/15 20:11:34 drochner Exp $ DISTNAME= seahorse-2.28.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -12,8 +13,6 @@ COMMENT= GnuPG front end and bonobo component for GNOME PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= gnupg>=1.2.1:../../security/gnupg - .if exists(/usr/bin/ssh) && exists(/usr/bin/ssh-add) && exists(/usr/bin/ssh-keygen) SSH_PATH=/usr/bin/ssh SSH_ADD_PATH=/usr/bin/ssh-add @@ -35,6 +34,7 @@ CONFIGURE_ARGS+= --disable-nautilus CONFIGURE_ENV+= SSH_PATH=${SSH_PATH:Q} CONFIGURE_ENV+= SSH_ADD_PATH=${SSH_ADD_PATH:Q} CONFIGURE_ENV+= SSH_KEYGEN_PATH=${SSH_KEYGEN_PATH:Q} +CONFIGURE_ENV+= ac_cv_path_GNUPG=${GPGME_GPG} PKGCONFIG_OVERRIDE+= libcryptui/cryptui.pc.in GCONF_SCHEMAS= seahorse.schemas -- cgit v1.2.3