aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-07-02 20:23:00 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-07-02 20:23:00 +0000
commitd92add59e5d87bfc1604fada0c3505b3a522eba9 (patch)
treef61ddce117e4a8871b57ba9d36b9393ca93499c1 /net-mgmt/collectd5/Makefile
parentaad5f9af942b3af149ac911c1782a5a2fd0d8df1 (diff)
downloadports-d92add59e5d87bfc1604fada0c3505b3a522eba9.tar.gz
ports-d92add59e5d87bfc1604fada0c3505b3a522eba9.zip
Notes
Diffstat (limited to 'net-mgmt/collectd5/Makefile')
-rw-r--r--net-mgmt/collectd5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 38981361b872..5c5d4148cc7b 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -3,6 +3,7 @@
PORTNAME= collectd
PORTVERSION= 5.3.0
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
@@ -337,7 +338,7 @@ PLIST_SUB+= TOKYOTYRANT="@comment "
.endif
.if ${PORT_OPTIONS:MVIRT}
-LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt
CONFIGURE_ARGS+=--enable-libvirt
.if empty(PORT_OPTIONS:MXML)
IGNORE= VIRT requires XML. Either select XML or deselect VIRT.