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/monitoring-plugins | |
parent | x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files (diff) |
USES=autoreconf, USES=pgsql.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/monitoring-plugins')
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/monitoring-plugins/pkg-plist | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index 6c2020370e0b..22ce399cbb4d 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -15,12 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= nagios-plugins-* -USES= charsetfix gmake perl5 libtool +USES= charsetfix gmake perl5 libtool autoreconf CHARSETFIX_MAKEFILEIN=Makefile.am USE_SUBMAKE= yes -USE_AUTOTOOLS= aclocal autoconf automake autoheader -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 @@ -100,7 +97,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 @@ -109,6 +106,7 @@ LDAP_CONFIGURE_WITH= ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_USES_OFF= gettext:build DBI_LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi DBI_CONFIGURE_WITH= dbi diff --git a/net-mgmt/monitoring-plugins/pkg-plist b/net-mgmt/monitoring-plugins/pkg-plist index 187968b04654..8100575d1249 100644 --- a/net-mgmt/monitoring-plugins/pkg-plist +++ b/net-mgmt/monitoring-plugins/pkg-plist @@ -69,4 +69,3 @@ libexec/nagios/utils.pm libexec/nagios/utils.sh %%NLS%%share/locale/de/LC_MESSAGES/monitoring-plugins.mo %%NLS%%share/locale/fr/LC_MESSAGES/monitoring-plugins.mo -@dirrmtry libexec/nagios |