diff options
author | brooks <brooks@FreeBSD.org> | 2009-02-10 03:42:33 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-02-10 03:42:33 +0800 |
commit | a27fb062b2b576033ab5e15b56520056066f0c38 (patch) | |
tree | cae27ae4914176dd812e34979b1bacdd20d40643 | |
parent | fe58f53ed2d0aa5510dcd347c28429322ae89024 (diff) | |
download | freebsd-ports-gnome-a27fb062b2b576033ab5e15b56520056066f0c38.tar.gz freebsd-ports-gnome-a27fb062b2b576033ab5e15b56520056066f0c38.tar.zst freebsd-ports-gnome-a27fb062b2b576033ab5e15b56520056066f0c38.zip |
Add missing depend on apr.
Reported by: pointyhat (via pav, erwin, linimon)
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index 324a439531b0..88baadc49d63 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -21,6 +21,7 @@ MAINTAINER= brooks@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse +LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr PKGINSTALL= ${WRKDIR}/pkg-install |