svn commit: r521724 - head/lang/gnu-cobol
Tobias Kortkamp
tobik at FreeBSD.org
Wed Jan 1 15:56:40 UTC 2020
Author: tobik
Date: Wed Jan 1 15:56:39 2020
New Revision: 521724
URL: https://svnweb.freebsd.org/changeset/ports/521724
Log:
lang/gnu-cobol: Fix NLS option (spell NLS_CONFIGURE_ENABLE correctly)
Modified:
head/lang/gnu-cobol/Makefile
Modified: head/lang/gnu-cobol/Makefile
==============================================================================
--- head/lang/gnu-cobol/Makefile Wed Jan 1 15:14:30 2020 (r521723)
+++ head/lang/gnu-cobol/Makefile Wed Jan 1 15:56:39 2020 (r521724)
@@ -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 ; \
More information about the svn-ports-all
mailing list