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 | 89b722d51aa51e072ace791d0b0fbadc73122b05 (patch) | |
tree | a3a39244d464e273fd173d341e84bfe801eeecc2 /net/nagios-plugin-ldap | |
parent | 71dcdbb166a948c7e6db132a66435389a1cd9fe2 (diff) | |
download | pkgsrc-89b722d51aa51e072ace791d0b0fbadc73122b05.tar.gz |
Allow dependency on PKGREVISIONed nagios-plugins package.
Diffstat (limited to 'net/nagios-plugin-ldap')
-rw-r--r-- | net/nagios-plugin-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |