From eb5f27c6414ab0bcc7f6120a859200fe31b1aaf2 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Thu, 22 Jul 2010 14:41:03 +0000 Subject: [PATCH] Previous commit was a whitespace only fix. This commit actually adds libltdl as a dependency. PR: ports/148696 Submitted by: Benjamin Lee Approved by: Krzysztof Stryjek (maintainer) Noticed by: pgollucci@ --- net-mgmt/collectd/Makefile | 3 ++- net-mgmt/collectd5/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 4a964afb1867..76c2a17863e1 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -16,6 +16,7 @@ COMMENT= Systems & network statistics collection daemon USE_GMAKE= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:22 WANT_GNOME= yes OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \ diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 4a964afb1867..76c2a17863e1 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -16,6 +16,7 @@ COMMENT= Systems & network statistics collection daemon USE_GMAKE= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:22 WANT_GNOME= yes OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \