diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-22 22:41:03 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-22 22:41:03 +0800 |
commit | e385054045c57f9fe63722127c13241c7478d7bf (patch) | |
tree | f27f90721cd9aa227ad2d91a3d89fb5dd5437372 /net-mgmt/collectd5 | |
parent | 110183a2ad638f0fb11e891c29b4298f1ce45307 (diff) | |
download | freebsd-ports-gnome-e385054045c57f9fe63722127c13241c7478d7bf.tar.gz freebsd-ports-gnome-e385054045c57f9fe63722127c13241c7478d7bf.tar.zst freebsd-ports-gnome-e385054045c57f9fe63722127c13241c7478d7bf.zip |
Previous commit was a whitespace only fix. This commit actually adds
libltdl as a dependency.
PR: ports/148696
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Noticed by: pgollucci@
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |