diff options
author | drochner <drochner@pkgsrc.org> | 2010-01-15 20:11:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-01-15 20:11:34 +0000 |
commit | 43defa0191ed8d1b894db3b3a01a5ad3077a954c (patch) | |
tree | 4984ca2c2da3cfe86ba85bf1e6c0337c1fbfc3b1 /security/seahorse | |
parent | d1869a24adcd685c32c4827b412ba328f517cb11 (diff) | |
download | pkgsrc-43defa0191ed8d1b894db3b3a01a5ad3077a954c.tar.gz |
don't depend on gnupg directly, gpgme/bl3 will do this for us, and it
will deal with gnupg1/gnupg2 correctly
bump PKGREVISION
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |