svn commit: r319093 - in head/net-mgmt: collectd collectd5
Dmitry Sivachenko
demon at FreeBSD.org
Sun May 26 07:13:40 UTC 2013
Author: demon
Date: Sun May 26 07:13:40 2013
New Revision: 319093
URL: http://svnweb.freebsd.org/changeset/ports/319093
Log:
Remove unneeded dependency.
Approved by: maintainer
Modified:
head/net-mgmt/collectd/Makefile
head/net-mgmt/collectd5/Makefile
Modified: head/net-mgmt/collectd/Makefile
==============================================================================
--- head/net-mgmt/collectd/Makefile Sun May 26 07:09:45 2013 (r319092)
+++ head/net-mgmt/collectd/Makefile Sun May 26 07:13:40 2013 (r319093)
@@ -281,7 +281,6 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if ${PORT_OPTIONS:MNGINX}
-RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--enable-nginx
PLIST_SUB+= NGINX=""
Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile Sun May 26 07:09:45 2013 (r319092)
+++ head/net-mgmt/collectd5/Makefile Sun May 26 07:13:40 2013 (r319093)
@@ -327,7 +327,6 @@ PLIST_SUB+= NOTIFYEMAIL="@comment "
.endif
.if ${PORT_OPTIONS:MNGINX}
-RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--enable-nginx
PLIST_SUB+= NGINX=""
More information about the svn-ports-head
mailing list