diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-19 23:13:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-19 23:13:12 +0000 |
commit | e64b358b66fc99aa502c4e24249708caafc8b8d1 (patch) | |
tree | 74c406b44306bbff997a5afdf0a7a14a2157e522 /security/seahorse | |
parent | 6937f949e18b5ab172957ea7830e5c5644c183b6 (diff) | |
download | pkgsrc-e64b358b66fc99aa502c4e24249708caafc8b8d1.tar.gz |
Use gnome-vfs instead of gnome-vfs2.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 6 | ||||
-rw-r--r-- | security/seahorse/buildlink3.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 815b9604f3a..8b43517301c 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2007/08/18 13:19:56 obache Exp $ +# $NetBSD: Makefile,v 1.66 2007/09/19 23:13:27 wiz Exp $ DISTNAME= seahorse-1.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/1.0/} EXTRACT_SUFX= .tar.bz2 @@ -48,7 +48,7 @@ BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2 .include "../../net/libsoup-devel/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/security/seahorse/buildlink3.mk b/security/seahorse/buildlink3.mk index 2c2d9f26503..c18cb46ac97 100644 --- a/security/seahorse/buildlink3.mk +++ b/security/seahorse/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2007/06/05 05:37:01 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2007/09/19 23:13:27 wiz Exp $ # XXX # XXX This file was created automatically using createbuildlink-3.10. # XXX After this file has been verified as correct, the comment lines @@ -38,7 +38,7 @@ BUILDLINK_PKGSRCDIR.seahorse?= ../../security/seahorse #.include "../../devel/libgnomeui/buildlink3.mk" #.include "../../net/libsoup-devel/buildlink3.mk" #.include "../../security/gpgme/buildlink3.mk" -#.include "../../sysutils/gnome-vfs2/buildlink3.mk" +#.include "../../sysutils/gnome-vfs/buildlink3.mk" #.include "../../x11/gtk2/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |