pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 exiv2: add build dependency on gettext-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51e34b29c26d
branches:  trunk
changeset: 375018:51e34b29c26d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 02 09:45:02 2018 +0000

description:
exiv2: add build dependency on gettext-tools for msgfilter

configure script disables NLS support if msgfilter is not found

diffstat:

 graphics/exiv2/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 421c4d1ddf9c -r 51e34b29c26d graphics/exiv2/Makefile.common
--- a/graphics/exiv2/Makefile.common    Fri Feb 02 09:41:04 2018 +0000
+++ b/graphics/exiv2/Makefile.common    Fri Feb 02 09:45:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2018/02/01 16:45:57 he Exp $
+# $NetBSD: Makefile.common,v 1.8 2018/02/02 09:45:02 wiz Exp $
 #
 # used by graphics/exiv2/Makefile
 # used by graphics/exiv2-organize/Makefile
@@ -18,6 +18,9 @@
 DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo
 PATCHDIR=      ${.CURDIR}/../../graphics/exiv2/patches
 
+# for msgfilter
+BUILD_DEPENDS+=        gettext-tools-[0-9]*:../../devel/gettext-tools
+
 GCC_REQD+=             3.3
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index