aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2013-05-26 15:13:40 +0800
committerdemon <demon@FreeBSD.org>2013-05-26 15:13:40 +0800
commit1d5d5c7b6bc4e0327004bc533746b4142933b472 (patch)
tree407b8188b7a4289cda3809ae8f24dfe9b4562df5
parentdf04e8222873b991ef92055c23143b7b79e32684 (diff)
downloadfreebsd-ports-gnome-1d5d5c7b6bc4e0327004bc533746b4142933b472.tar.gz
freebsd-ports-gnome-1d5d5c7b6bc4e0327004bc533746b4142933b472.tar.zst
freebsd-ports-gnome-1d5d5c7b6bc4e0327004bc533746b4142933b472.zip
Remove unneeded dependency.
Approved by: maintainer
-rw-r--r--net-mgmt/collectd/Makefile1
-rw-r--r--net-mgmt/collectd5/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index e5b92c3686ff..485c0873aa70 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -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=""
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 1036781cdba4..00b4b3701e5d 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -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=""