diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-22 18:58:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-22 18:58:27 +0000 |
commit | 78f08b74c95c29e19751b58902d4954c50f07a33 (patch) | |
tree | 5e957d24b40247e8a4483ed02729510701446894 /net-mgmt/nagios-plugins | |
parent | 70e8a571c15e51ef474d5519ee43ed32d8731a18 (diff) | |
download | ports-78f08b74c95c29e19751b58902d4954c50f07a33.tar.gz ports-78f08b74c95c29e19751b58902d4954c50f07a33.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/pkg-plist | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 5b48f835e4cf..e81271b7e239 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -17,12 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= monitoring-plugins-* -USES= charsetfix gmake perl5 libtool +USES= charsetfix gmake perl5 libtool autoreconf CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes -USE_AUTOTOOLS= 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 DBI EXTRAOPTS OPTIONS_SINGLE= DNS @@ -106,7 +103,7 @@ MYSQL_USE= mysql=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql -PGSQL_USE= pgsql=yes +PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql @@ -114,6 +111,7 @@ LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext +NLS_USES_OFF= gettext:build NLS_CONFIGURE_ENABLE= nls DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi diff --git a/net-mgmt/nagios-plugins/pkg-plist b/net-mgmt/nagios-plugins/pkg-plist index 177bc1d42dfe..0dfe0d175e45 100644 --- a/net-mgmt/nagios-plugins/pkg-plist +++ b/net-mgmt/nagios-plugins/pkg-plist @@ -69,4 +69,3 @@ libexec/nagios/utils.pm libexec/nagios/utils.sh %%NLS%%share/locale/fr/LC_MESSAGES/nagios-plugins.mo %%NLS%%share/locale/de/LC_MESSAGES/nagios-plugins.mo -@dirrmtry libexec/nagios |