pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bison bison: Spell CONFIGURE_ARGS correctly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ad70b77b08e
branches: trunk
changeset: 342688:1ad70b77b08e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Oct 24 10:25:39 2019 +0000
description:
bison: Spell CONFIGURE_ARGS correctly.
diffstat:
devel/bison/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r b1dcbf7427bd -r 1ad70b77b08e devel/bison/options.mk
--- a/devel/bison/options.mk Thu Oct 24 09:19:02 2019 +0000
+++ b/devel/bison/options.mk Thu Oct 24 10:25:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/10/23 11:58:01 triaxx Exp $
+# $NetBSD: options.mk,v 1.2 2019/10/24 10:25:39 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bison
PKG_SUPPORTED_OPTIONS= nls
@@ -13,10 +13,10 @@
.if !empty(PKG_OPTIONS:Mnls)
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
-CONFIGURE_ARG+= --enable-nls
+CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
.include "../../devel/gettext-lib/buildlink3.mk"
PLIST.nls= yes
.else
-CONFIGURE_ARG+= --disable-nls
+CONFIGURE_ARGS+= --disable-nls
.endif
Home |
Main Index |
Thread Index |
Old Index