aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-03-19 22:31:02 +0800
committerrafan <rafan@FreeBSD.org>2008-03-19 22:31:02 +0800
commit51f854f20dd53930ee06121e652d23e38fe02809 (patch)
tree171de4c21232acc3ec046dd5582a82b016e34370 /net-mgmt
parent535d03db832bec50165cfa694b7e186baa3d30b4 (diff)
downloadfreebsd-ports-gnome-51f854f20dd53930ee06121e652d23e38fe02809.tar.gz
freebsd-ports-gnome-51f854f20dd53930ee06121e652d23e38fe02809.tar.zst
freebsd-ports-gnome-51f854f20dd53930ee06121e652d23e38fe02809.zip
- USE_GETTEXT should defined only when WITH_NLS
PR: ports/121098 Submitted by: Philip M. Gollucci <pgollucci at p6m7g8.com> Approved by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 25956c4fecea..3f88db7cfb65 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -18,7 +18,6 @@ COMMENT= Plugins for Nagios
USE_SUBMAKE= yes
USE_GMAKE= yes
USE_ICONV= yes
-USE_GETTEXT= yes
USE_PERL5= yes
USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:261
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I m4 -I gl/m4
@@ -133,6 +132,7 @@ PLIST_SUB+= SUB_LDAP="@comment "
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
+USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif