svn commit: r322504 - head/net-mgmt/collectd5

Mathieu Arnold mat at FreeBSD.org
Mon Jul 8 13:35:38 UTC 2013


Author: mat
Date: Mon Jul  8 13:35:37 2013
New Revision: 322504
URL: http://svnweb.freebsd.org/changeset/ports/322504

Log:
  Correct typo in routeros dependency.
  
  Approved by:	maintainer.

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Mon Jul  8 13:34:24 2013	(r322503)
+++ head/net-mgmt/collectd5/Makefile	Mon Jul  8 13:35:37 2013	(r322504)
@@ -3,7 +3,7 @@
 
 PORTNAME=	collectd
 PORTVERSION=	5.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://collectd.org/files/
 
@@ -292,7 +292,7 @@ PLIST_SUB+=	REDIS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MROUTEROS}
-LIB_DEPENDS+=	routeros:${PORTSDIR}/net/routeros
+LIB_DEPENDS+=	routeros:${PORTSDIR}/net/librouteros
 CONFIGURE_ARGS+=--with-librouteros=${LOCALBASE} --enable-routeros
 PLIST_SUB+=	ROUTEROS=""
 .else


More information about the svn-ports-all mailing list