diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 16:38:28 +0000 |
commit | bd628ddcbff93f8ff901ebb81bbba628cde8dd36 (patch) | |
tree | e80da1c3b12e9b81638116893714879a05f794fd /net-mgmt/nagios-plugins | |
parent | 259d0c73e85e3e5b27cd7a952368f8556e6333d0 (diff) | |
download | ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.tar.gz ports-bd628ddcbff93f8ff901ebb81bbba628cde8dd36.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 85267890863d..3f08bf258ee8 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -11,11 +11,9 @@ MASTER_SITES= SF/nagiosplug/nagiosplug/${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Plugins for Nagios -USES= charsetfix +USES= charsetfix gmake perl5 CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes -USE_GMAKE= yes -USE_PERL5= yes USE_AUTOTOOLS= libtool aclocal autoconf automake ACLOCAL_ARGS= -I m4 -I gl/m4 AUTOMAKE_ARGS= --add-missing |