svn commit: r502677 - head/games/neverball
Tobias Kortkamp
tobik at FreeBSD.org
Sun May 26 04:14:53 UTC 2019
Author: tobik
Date: Sun May 26 04:14:52 2019
New Revision: 502677
URL: https://svnweb.freebsd.org/changeset/ports/502677
Log:
games/neverball: Fix spelling of NLS_MAKE_ENV
There is no opt_MAKE_ENV_ON helper. Luckily ENABLE_NLS=1 is the
default for the build anyway and this just makes it explicit.
Modified:
head/games/neverball/Makefile
Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile Sun May 26 04:08:09 2019 (r502676)
+++ head/games/neverball/Makefile Sun May 26 04:14:52 2019 (r502677)
@@ -29,7 +29,7 @@ PORTDATA= *
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_MAKE_ENV_ON= ENABLE_NLS=1
+NLS_MAKE_ENV= ENABLE_NLS=1
NLS_MAKE_ENV_OFF= ENABLE_NLS=0
do-install:
More information about the svn-ports-head
mailing list