diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-14 17:56:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-14 17:56:39 +0000 |
commit | 26be669fe0399a122f45caef395f2065520541c8 (patch) | |
tree | f38a7185a09a53555680c4352d6b3057345d1807 /security | |
parent | 430be6e39060cc61c97522a07c094c4f77446b6d (diff) | |
download | pkgsrc-26be669fe0399a122f45caef395f2065520541c8.tar.gz |
Depend on gpgme03 package. Bump PKGREVISION.
Diffstat (limited to 'security')
-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 11a44586a1e..cc2a46cb679 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/12/14 17:56:39 wiz Exp $ DISTNAME= seahorse-0.7.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/} @@ -27,7 +27,7 @@ GCONF2_SCHEMAS= seahorse.schemas .include "../../devel/eel2/buildlink2.mk" .include "../../devel/libglade2/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" -.include "../../security/gpgme/buildlink2.mk" +.include "../../security/gpgme03/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |