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 /misc/yelp/Makefile | |
parent | 6937f949e18b5ab172957ea7830e5c5644c183b6 (diff) | |
download | pkgsrc-e64b358b66fc99aa502c4e24249708caafc8b8d1.tar.gz |
Use gnome-vfs instead of gnome-vfs2.
Diffstat (limited to 'misc/yelp/Makefile')
-rw-r--r-- | misc/yelp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index ec2bbc0526f..c3c02cbb8c3 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2007/07/17 10:17:11 drochner Exp $ +# $NetBSD: Makefile,v 1.71 2007/09/19 23:13:24 wiz Exp $ # DISTNAME= yelp-2.18.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/2.18/} EXTRACT_SUFX= .tar.bz2 @@ -50,7 +50,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../print/libgnomeprint/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" |