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

Move USE_GETTEXT to proper place.

Noticed by:	Palle Girgensohn
Pointy hat to:	me
This commit is contained in:
Trevor Johnson 2004-02-05 12:41:25 +00:00
parent 8901b98331
commit 0270226b8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100044

View File

@ -21,7 +21,6 @@ COMMENT= Development snapshots of PostgreSQL's latest features
CONFLICTS= postgresql7*
CONFIGURE_ENV+= DOCBOOKSTYLE=${LOCALBASE}/share/sgml/docbook/3.1/
USE_BZIP2= YES
USE_GETTEXT= yes
USE_GMAKE= YES
USE_PERL5_BUILD= YES
GNU_CONFIGURE= YES
@ -48,6 +47,7 @@ USE_GETOPT_LONG=yes
.if !defined(WITHOUT_GETTEXT)
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
USE_GETTEXT= yes
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= GETTEXT="@comment "