Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2013 07:13:40 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319093 - in head/net-mgmt: collectd collectd5
Message-ID:  <201305260713.r4Q7Deed004394@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305260713.r4Q7Deed004394>