pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bison
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 3 19:23:27 UTC 2020
Modified Files:
pkgsrc/devel/bison: options.mk
Log Message:
bison: gettext-tools is required with nls for libtextstyle.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/bison/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/bison/options.mk
diff -u pkgsrc/devel/bison/options.mk:1.3 pkgsrc/devel/bison/options.mk:1.4
--- pkgsrc/devel/bison/options.mk:1.3 Fri Oct 25 12:32:54 2019
+++ pkgsrc/devel/bison/options.mk Fri Jan 3 19:23:27 2020
@@ -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 @@ USE_TOOLS+= msgfmt
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