pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: gettext-tools is required with nls ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6ea349ee13f
branches:  trunk
changeset: 420514:e6ea349ee13f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 03 19:23:27 2020 +0000

description:
bison: gettext-tools is required with nls for libtextstyle.

diffstat:

 devel/bison/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a0f53ed3da6e -r e6ea349ee13f devel/bison/options.mk
--- a/devel/bison/options.mk    Fri Jan 03 18:15:46 2020 +0000
+++ b/devel/bison/options.mk    Fri Jan 03 19:23:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/10/25 12:32:54 triaxx Exp $
+# $NetBSD: options.mk,v 1.4 2020/01/03 19:23:27 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bison
 PKG_SUPPORTED_OPTIONS= nls
@@ -17,6 +17,7 @@
 CONFIGURE_ARGS+=       --enable-nls
 CONFIGURE_ENV+=                gt_cv_func_gnugettext1_libintl=yes
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/gettext-tools/buildlink3.mk"
 PLIST.nls=             yes
 .else
 CONFIGURE_ARGS+=       --disable-nls



Home | Main Index | Thread Index | Old Index