mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Don't use gettext if not needed.
This commit is contained in:
parent
a0d73a8e8b
commit
72d755001d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111099
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user