diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-19 14:31:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-19 14:31:02 +0000 |
commit | 69e1dbe1e3b79807b08f05e51b4041736b544f3f (patch) | |
tree | 22ef580a3c2a733b344a62156c486fca4c1bc296 /net-mgmt | |
parent | 22057eb296e1a141158100c546126f8f97a9b261 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 |
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 |