diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-06 22:48:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-06 22:48:11 +0000 |
commit | 284b463693827a3f536bd994f38a99222c135907 (patch) | |
tree | a9d10e1731e269e1ff97b94cc8cb4fc3bd998e2e /www/epiphany/Makefile | |
parent | c711de3d688f9ebdf66160d5e553ecfab16d4ef9 (diff) | |
download | pkgsrc-284b463693827a3f536bd994f38a99222c135907.tar.gz |
Enable the nautilus plugin. I thought it could be splitted in its own
package, but this seems impossible, since the plugin is bundled together
the main binary. Bump PKGREVISION to 1.
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e49affce191..d3c2f675c5e 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/05 17:34:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/06 22:48:11 jmmv Exp $ # DISTNAME= epiphany-1.0.7 +PKGREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.0/} @@ -19,8 +20,6 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -CONFIGURE_ARGS+= --enable-nautilus-view=no - GCONF2_SCHEMAS= epiphany.schemas .include "../../devel/GConf2/schemas.mk" @@ -31,6 +30,7 @@ GCONF2_SCHEMAS= epiphany.schemas .include "../../devel/pkgconfig/buildlink2.mk" .include "../../net/ORBit2/buildlink2.mk" .include "../../sysutils/gnome-vfs2/buildlink2.mk" +.include "../../sysutils/nautilus/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/mozilla-gtk2/buildlink2.mk" |