diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-02 09:45:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-02 09:45:02 +0000 |
commit | 60d2ff317cd33bf51365b37ea25493dfadd6e345 (patch) | |
tree | e08fe5460d3cefd91ffead8eb582e678af1cf073 /graphics/exiv2 | |
parent | e78d00d63b4a70828f3a9ce604590fe3249de055 (diff) | |
download | pkgsrc-60d2ff317cd33bf51365b37ea25493dfadd6e345.tar.gz |
exiv2: add build dependency on gettext-tools for msgfilter
configure script disables NLS support if msgfilter is not found
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile.common b/graphics/exiv2/Makefile.common index f44981715c4..287db60ac6d 100644 --- a/graphics/exiv2/Makefile.common +++ b/graphics/exiv2/Makefile.common @@ -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/${VER}-//} 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 |