pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/brasero Include BUILD_DEPENDS for devel/gnome...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2030be4bf84
branches:  trunk
changeset: 394849:d2030be4bf84
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Jun 16 22:40:06 2009 +0000

description:
Include BUILD_DEPENDS for devel/gnome-macros in case they're not installed.
Regen with autoreconf -i.

diffstat:

 sysutils/brasero/Makefile |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 81218a6db47f -r d2030be4bf84 sysutils/brasero/Makefile
--- a/sysutils/brasero/Makefile Tue Jun 16 18:05:34 2009 +0000
+++ b/sysutils/brasero/Makefile Tue Jun 16 22:40:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/20 13:43:21 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/16 22:40:06 bjs Exp $
 #
 
 DISTNAME=      brasero-2.26.2
@@ -13,9 +13,14 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+# gnome-common provides m4 files we need
+#
+BUILD_DEPENDS+=         gnome-common>=2.26.0:../../devel/gnome-common
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake intltool autoconf automake gawk msgfmt
+USE_TOOLS+=    pkg-config gmake intltool gawk msgfmt
+USE_TOOLS+=    autoreconf autoconf automake
 USE_DIRS+=     gnome2-1.6
 
 CONFIGURE_ARGS+=       --disable-inotify
@@ -28,7 +33,7 @@
        cp ${FILESDIR}/scsi-netbsd.c ${WRKSRC}/libbrasero-media/
 
 pre-configure:
-       cd ${WRKSRC} && automake && autoconf
+       cd ${WRKSRC} && autoreconf -i
 
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../devel/GConf/schemas.mk"



Home | Main Index | Thread Index | Old Index