1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Don't use gettext if not needed.

This commit is contained in:
Thierry Thomas 2004-06-08 18:47:58 +00:00
parent a0d73a8e8b
commit 72d755001d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111099

View File

@ -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