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:           Thu Oct 24 10:25:39 UTC 2019

Modified Files:
        pkgsrc/devel/bison: options.mk

Log Message:
bison: Spell CONFIGURE_ARGS correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/bison/options.mk:1.2
--- pkgsrc/devel/bison/options.mk:1.1   Wed Oct 23 11:58:01 2019
+++ pkgsrc/devel/bison/options.mk       Thu Oct 24 10:25:39 2019
@@ -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 @@ PLIST_VARS+=                nls
 .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