diff options
author | erwin <erwin@FreeBSD.org> | 2009-08-27 00:38:23 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-08-27 00:38:23 +0800 |
commit | 4b04d34d798e4e1cd7971c4dde106e47b36cac80 (patch) | |
tree | 928b2ae59a1e6350b35d2effdd4ad6e883e3309d /net-mgmt | |
parent | b6ea046b2e8dd831625e3bff4b38e10797b7c51a (diff) | |
download | freebsd-ports-graphics-4b04d34d798e4e1cd7971c4dde106e47b36cac80.tar.gz freebsd-ports-graphics-4b04d34d798e4e1cd7971c4dde106e47b36cac80.tar.zst freebsd-ports-graphics-4b04d34d798e4e1cd7971c4dde106e47b36cac80.zip |
Fix typo that snug in.
Submitted by: padvo <pavel.dvorin@gmail.com>
Pointy hat: erwin
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 cad5cfde8d0..b6a50f56c1e 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -17,7 +17,7 @@ COMMENT= Plugins for Nagios USE_SUBMAKE= yes USE_GMAKE= yes USE_PERL5= yes -#USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I m4 -I gl/m4 OPTIONS= QSTAT "Game server query support (check_game)" OFF \ |