forked from Lainports/freebsd-ports
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.
This commit is contained in:
parent
62e00b1db5
commit
d0d2cd4b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue