diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-08 18:47:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-08 18:47:58 +0000 |
commit | 72d755001d1984f559c1ae45f4aec518e7c749f1 (patch) | |
tree | 1eca3ba43e1ac4a49b446126bbf0b6f368f847ee /math/oleo/Makefile | |
parent | a0d73a8e8b3462b4391af6e996fc9ab01110dfec (diff) |
Notes
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 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 |