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 | 770be7e86b14bf1b3618116b5787fa68c9234e34 (patch) | |
tree | 74c406b44306bbff997a5afdf0a7a14a2157e522 /www/bluefish | |
parent | 2a2305b8a456edbff7f2b1cd49e3600121d0fa41 (diff) | |
download | pkgsrc-770be7e86b14bf1b3618116b5787fa68c9234e34.tar.gz |
Use gnome-vfs instead of gnome-vfs2.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 96fc6a13456..895e0053b17 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2007/06/05 05:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2007/09/19 23:13:32 wiz Exp $ DISTNAME= bluefish-1.0.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://bluefish.mrball.net/stable/source/ \ ftp://ftp.ratisbona.com/pub/bluefish/stable/source/ \ @@ -31,7 +31,7 @@ CONFIGURE_ENV+= EXTERNAL_FIND=${TOOLS_FIND:Q} .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |