diff options
author | demon <demon@FreeBSD.org> | 2013-05-26 15:13:40 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2013-05-26 15:13:40 +0800 |
commit | 1d5d5c7b6bc4e0327004bc533746b4142933b472 (patch) | |
tree | 407b8188b7a4289cda3809ae8f24dfe9b4562df5 | |
parent | df04e8222873b991ef92055c23143b7b79e32684 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 1 |
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="" |