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@
This commit is contained in:
parent
ecb42d16b8
commit
eb5f27c641
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258063
2 changed files with 4 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue