diff options
author | ade <ade@FreeBSD.org> | 2013-07-16 13:42:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2013-07-16 13:42:36 +0800 |
commit | d1f1a19cc01298348afbd7b6ab8d52256df8467d (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /net-mgmt | |
parent | ca04376785301224bb00797bd6c8392ac2d1c901 (diff) | |
download | freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.gz freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.zst freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.zip |
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 055792f9a8e4..c3bb8e88dd0d 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_AUTOTOOLS= libtool aclocal autoconf automake ACLOCAL_ARGS= -I m4 -I gl/m4 +AUTOMAKE_ARGS= --add-missing OPTIONS_DEFINE= QSTAT FPING NETSNMP RADIUS MYSQL PGSQL LDAP IPV6 JAIL NLS OPTIONS_DEFAULT=IPV6 |