Nautilus requires at least esound>=0.2.27, noted by Rafal Boni in PR
pkg/22263. Bump PKGREVISION.
This commit is contained in:
parent
2c8df5035a
commit
4b3cc43a69
2 changed files with 11 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue