diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 03:04:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 03:04:34 +0000 |
commit | 4b3cc43a69d290280ac50c88b3520e0eda3dc400 (patch) | |
tree | b7b46165645b0b8307cc7cfe020bc1a1a6392f1a | |
parent | 2c8df5035aeb4468afa806f4bf07420093c7d5b9 (diff) | |
download | pkgsrc-4b3cc43a69d290280ac50c88b3520e0eda3dc400.tar.gz |
Nautilus requires at least esound>=0.2.27, noted by Rafal Boni in PR
pkg/22263. Bump PKGREVISION.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/nautilus/Makefile | 11 |
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/" |