diff options
author | nia <nia@pkgsrc.org> | 2020-11-20 11:35:35 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-20 11:35:35 +0000 |
commit | 86f31d45dc2daa6565337d8796d145888ce31491 (patch) | |
tree | 3ae1eef47a22a6a0b04c6a59848b88eae62cd837 /security/gcr | |
parent | 99ed87ac5c70fb44050e83f31c7b814f3481f729 (diff) | |
download | pkgsrc-86f31d45dc2daa6565337d8796d145888ce31491.tar.gz |
gcr: Needs autopoint
Diffstat (limited to 'security/gcr')
-rw-r--r-- | security/gcr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 7112efd716e..8dfe13b4e22 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/11/17 12:25:16 nia Exp $ +# $NetBSD: Makefile,v 1.14 2020/11/20 11:35:35 nia Exp $ DISTNAME= gcr-3.38.0 CATEGORIES= security @@ -15,7 +15,8 @@ BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool msgfmt perl pkg-config aclocal autoconf automake +USE_TOOLS+= gmake intltool msgfmt perl pkg-config +USE_TOOLS+= aclocal autoconf automake autopoint CONFIGURE_ARGS+= --enable-vala CONFIGURE_ARGS+= --enable-gtk-doc |