summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-03 03:04:34 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-03 03:04:34 +0000
commit4b3cc43a69d290280ac50c88b3520e0eda3dc400 (patch)
treeb7b46165645b0b8307cc7cfe020bc1a1a6392f1a /sysutils
parent2c8df5035aeb4468afa806f4bf07420093c7d5b9 (diff)
downloadpkgsrc-4b3cc43a69d290280ac50c88b3520e0eda3dc400.tar.gz
Nautilus requires at least esound>=0.2.27, noted by Rafal Boni in PR
pkg/22263. Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nautilus/Makefile11
1 files changed, 9 insertions, 2 deletions
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/"