From e85c24bcadef40da0bb5e2c4642c915688fc246b Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 25 May 2011 14:27:53 +0000 Subject: [PATCH] Add a missing dependency on pcre. Reported by: Anton Shterenlikht --- sysutils/ganglia-monitor-core/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 7348b3be9491..6c254fef34a8 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -7,6 +7,7 @@ PORTNAME= monitor-core PORTVERSION= 3.1.7 +PORTREVISION= 1 CATEGORIES= sysutils net parallel MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION} PKGNAMEPREFIX= ganglia- @@ -18,8 +19,9 @@ DISTNAME= ganglia-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon -LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse -LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 +LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 \ + confuse:${PORTSDIR}/devel/libconfuse \ + pcre:${PORTSDIR}/devel/pcre PKGINSTALL= ${WRKDIR}/pkg-install