From 72d755001d1984f559c1ae45f4aec518e7c749f1 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 8 Jun 2004 18:47:58 +0000 Subject: Don't use gettext if not needed. --- math/oleo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/oleo') 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 -- cgit v1.2.3