diff options
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index e8320576e310..b404e286f9a8 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --without-motif .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB= NLS="" .else CONFIGURE_ARGS+= --disable-nls |