diff options
Diffstat (limited to 'net-mgmt/collectd/Makefile')
-rw-r--r-- | net-mgmt/collectd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index a41e03390a1d..a801671accea 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ \ http://mirror.roe.ch/dist/${PORTNAME}/ @@ -99,7 +99,7 @@ PLIST_SUB+= CGI="@comment " .if defined(WITH_APACHE) CONFIGURE_ARGS+=--enable-apache -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= APACHE="" .else CONFIGURE_ARGS+=--disable-apache |