From 460c2357b333edc8d21c0229a6501e6bb41749e2 Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 2 Jun 2014 13:27:08 +0000 Subject: Loosen up the dependency on the main package. Fixes revbump'ed cases. --- sysutils/collectd/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/collectd/Makefile.common b/sysutils/collectd/Makefile.common index e0a1ae60b09..46b1d0954ad 100644 --- a/sysutils/collectd/Makefile.common +++ b/sysutils/collectd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2014/02/17 11:21:54 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.2 2014/06/02 13:27:08 fhajny Exp $ # # used by sysutils/collectd/Makefile # used by sysutils/collectd-amqp/Makefile @@ -32,7 +32,7 @@ PATCHDIR= ${.CURDIR}/../../sysutils/collectd/patches .if !empty(COLLECTD_PACKAGE) PKGNAME?= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}/} -DEPENDS+= ${DISTNAME}:../../sysutils/collectd +DEPENDS+= collectd>=${PKGVERSION_NOREV}:../../sysutils/collectd COLLECTD_PLUGINS?= ${COLLECTD_PACKAGE:S/-/_/} -- cgit v1.2.3