pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb  2 09:45:02 UTC 2018

Modified Files:
        pkgsrc/graphics/exiv2: Makefile.common

Log Message:
exiv2: add build dependency on gettext-tools for msgfilter

configure script disables NLS support if msgfilter is not found


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/exiv2/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/exiv2/Makefile.common
diff -u pkgsrc/graphics/exiv2/Makefile.common:1.7 pkgsrc/graphics/exiv2/Makefile.common:1.8
--- pkgsrc/graphics/exiv2/Makefile.common:1.7   Thu Feb  1 16:45:57 2018
+++ pkgsrc/graphics/exiv2/Makefile.common       Fri Feb  2 09:45:02 2018
@@ -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 @@ WRKSRC=               ${.CURDIR}/work/${DISTNAME:S/${
 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