diff options
Diffstat (limited to 'math')
-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 0e5a34e85b78..0b0444e53af8 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU spreadsheet for X11 and terminals -USE_GETTEXT= yes USE_PERL5_BUILD= yes USE_BISON= yes USE_REINPLACE= yes @@ -42,6 +41,7 @@ CONFIGURE_ARGS+= --without-motif CONFIGURE_ARGS+= --disable-nls PLIST_SUB= NLS="@comment " .else +USE_GETTEXT= yes PLIST_SUB= NLS="" .endif |