diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-18 17:23:05 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-18 17:23:05 +0000 |
commit | 91216597b94854764c2e851f7e051448c00c703b (patch) | |
tree | 202fdd8e1ff30fac3ef32dfdef7d7844bfcfd6b4 /sysutils | |
parent | 75a0422479314f0d56a0ae57121d3a29df6670ef (diff) | |
download | pkgsrc-91216597b94854764c2e851f7e051448c00c703b.tar.gz |
This needs eel2>=2.10.1.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nautilus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index 4846616c2a3..d7b9f9c5ebe 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/04/19 19:22:11 drochner Exp $ +# $NetBSD: Makefile,v 1.46 2005/05/18 17:23:05 jmmv Exp $ # DISTNAME= nautilus-2.10.1 @@ -23,6 +23,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} GCONF2_SCHEMAS= apps_nautilus_preferences.schemas +BUILDLINK_DEPENDS.eel2+= eel2>=2.10.1 BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0 BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.10.0 |