diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-01 15:56:39 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-01 15:56:39 +0000 |
commit | d3a196b60039d6049ae90b3141567acac5b96033 (patch) | |
tree | 688113012159d31b9543f8093199a78d5dcbf961 | |
parent | - update from 1.1.6 to 1.1.7 (diff) |
lang/gnu-cobol: Fix NLS option (spell NLS_CONFIGURE_ENABLE correctly)
Notes
Notes:
svn path=/head/; revision=521724
-rw-r--r-- | lang/gnu-cobol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile index afa1c53b3f1b..550f97a9423c 100644 --- a/lang/gnu-cobol/Makefile +++ b/lang/gnu-cobol/Makefile @@ -31,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext -CONFIGURE_ENABLE=nls +NLS_CONFIGURE_ENABLE=nls post-patch: @${REINPLACE_CMD} -e 's|__gmp_randinit|__gmpz_init|g ; \ |