diff options
-rw-r--r-- | security/seahorse-plugins/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 25b12196c7f..bde4bd1f604 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/11/17 16:05:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/15 20:11:34 drochner Exp $ DISTNAME= seahorse-plugins-2.28.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -10,14 +11,13 @@ HOMEPAGE= http://www.gnome.org/projects/seahorse/ COMMENT= Plugins for the GnuPG front end and bonobo component for GNOME LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 -DEPENDS+= gnupg>=1.2.1:../../security/gnupg - PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +CONFIGURE_ENV+= ac_cv_path_GNUPG=${GPGME_GPG} GCONF_SCHEMAS= seahorse-gedit.schemas GCONF_SCHEMAS+= seahorse-plugins.schemas 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 |