pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/shotwell Build requires USE_TOOLS+=m4 - fixes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de81449be3eb
branches:  trunk
changeset: 652351:de81449be3eb
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun May 31 03:42:28 2015 +0000

description:
Build requires USE_TOOLS+=m4 - fixes build on Linux.

diffstat:

 graphics/shotwell/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6777bfeef3db -r de81449be3eb graphics/shotwell/Makefile
--- a/graphics/shotwell/Makefile        Sun May 31 03:21:15 2015 +0000
+++ b/graphics/shotwell/Makefile        Sun May 31 03:42:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2015/04/25 14:23:19 tnn Exp $
+# $NetBSD: Makefile,v 1.67 2015/05/31 03:42:28 dsainty Exp $
 
 DISTNAME=              shotwell-0.20.2
 PKGREVISION=           3
@@ -14,7 +14,7 @@
 BUILD_DEPENDS+=                gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils
 
 HAS_CONFIGURE=         yes
-USE_TOOLS+=            gmake bash pkg-config msgfmt
+USE_TOOLS+=            gmake bash pkg-config m4 msgfmt
 
 CONFIG_SHELL=          bash
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index