diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-13 11:45:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-13 11:45:25 +0000 |
commit | 7e6c37e4def37ee99e3606fe549ee0df023e0c43 (patch) | |
tree | 42ca7d57e775f16eef58c6a876b396589461321f | |
parent | Fix linking and builds with recent versions of gcc; (diff) |
Set LATEST_LINK to not overlap with net-mgmt/collectd
PR: 160582
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=281727
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 593f679515c8..0583772d4c8e 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl WANT_GNOME= yes +LATEST_LINK= collectd5 + OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \ BIND "Enable BIND 9.5+ statistics" On \ DEBUG "Enable debugging" Off \ |