summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--sysutils/nautilus/Makefile11
2 files changed, 11 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 24a8e91f5b3..e74034fea54 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3908 2003/12/03 02:40:47 xtraeme Exp $
+$NetBSD: CHANGES,v 1.3909 2003/12/03 03:06:19 xtraeme Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -4728,3 +4728,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated intltool to 0.27.2 [xtraeme 2003-12-03]
Updated gnome-audio to 2.0.0 [xtraeme 2003-12-03]
Updated libart2 to 2.3.16 [xtraeme 2003-12-03]
+ Updated nautilus to 2.2.3.1nb7 [xtraeme 2003-12-03]
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile
index 44b3eea720f..0b38c7421ca 100644
--- a/sysutils/nautilus/Makefile
+++ b/sysutils/nautilus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/11/12 01:31:51 salo Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/03 03:04:34 xtraeme Exp $
#
DISTNAME= nautilus-2.2.3.1
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.2/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +21,13 @@ GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/libnautilus/libnautilus.pc.in
+#
+# Nautilus has it's own idea of what versions of packages it wants, so make
+# it happy.
+#
+BUILDLINK_DEPENDS.esound= esound>=0.2.27
+
+
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"