diff options
author | seb <seb@pkgsrc.org> | 2006-10-23 07:17:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-10-23 07:17:40 +0000 |
commit | 77c46f07beaa1c31c76746dd01e1bd65a9e7590d (patch) | |
tree | a3a39244d464e273fd173d341e84bfe801eeecc2 /net | |
parent | 895ecfa8add072169b0b905c1e9c41afb61fb8d9 (diff) | |
download | pkgsrc-77c46f07beaa1c31c76746dd01e1bd65a9e7590d.tar.gz |
Allow dependency on PKGREVISIONed nagios-plugins package.
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugin-ldap/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-plugin-mysql/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-plugin-pgsql/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-plugin-snmp/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/nagios-plugin-ldap/Makefile b/net/nagios-plugin-ldap/Makefile index 070066a0d89..461156d95de 100644 --- a/net/nagios-plugin-ldap/Makefile +++ b/net/nagios-plugin-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/23 07:17:40 seb Exp $ # PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION} @@ -7,7 +7,7 @@ CATEGORIES= net sysutils databases MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nagios ldap plugin -DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins +DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins .include "../../net/nagios-plugins/Makefile.common" diff --git a/net/nagios-plugin-mysql/Makefile b/net/nagios-plugin-mysql/Makefile index a5a371ea7fa..3b5ff656384 100644 --- a/net/nagios-plugin-mysql/Makefile +++ b/net/nagios-plugin-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/23 07:17:40 seb Exp $ # PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION} @@ -7,7 +7,7 @@ CATEGORIES= net sysutils databases MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nagios mysql plugin -DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins +DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} diff --git a/net/nagios-plugin-pgsql/Makefile b/net/nagios-plugin-pgsql/Makefile index 9ea1baae079..60bed12dc12 100644 --- a/net/nagios-plugin-pgsql/Makefile +++ b/net/nagios-plugin-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/23 07:17:40 seb Exp $ # PKGNAME= nagios-plugin-pgsql-${PLUGINSVERSION} @@ -7,7 +7,7 @@ CATEGORIES= net sysutils databases MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nagios pgsql plugin -DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins +DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.pgsql-lib} #CPPFLAGS+= -I${PGSQL_PREFIX}/include/pgsql diff --git a/net/nagios-plugin-snmp/Makefile b/net/nagios-plugin-snmp/Makefile index be067f4b9af..58d6398ca47 100644 --- a/net/nagios-plugin-snmp/Makefile +++ b/net/nagios-plugin-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $ +# $NetBSD: Makefile,v 1.5 2006/10/23 07:17:40 seb Exp $ # PKGNAME= nagios-plugin-snmp-${PLUGINSVERSION} @@ -7,7 +7,7 @@ CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Nagios snmp plugins -DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins +DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP .include "../../net/nagios-plugins/Makefile.common" |