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 /graphics/inkscape | |
parent | 6937f949e18b5ab172957ea7830e5c5644c183b6 (diff) | |
download | pkgsrc-e64b358b66fc99aa502c4e24249708caafc8b8d1.tar.gz |
Use gnome-vfs instead of gnome-vfs2.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 3a2c27e3f44..c6f3bd8941f 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2007/06/05 05:37:28 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2007/09/19 23:13:20 wiz Exp $ DISTNAME= inkscape-0.45.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/} @@ -38,7 +38,7 @@ UNLIMIT_RESOURCES= datasize .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../textproc/gtkspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" |