aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch-plugin-head
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-02-28 17:01:23 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-02-28 17:01:23 +0000
commite278c93971a5a73c676a64b021e82345f6ce2249 (patch)
tree5e229a79d0f04e2f326602448f7f07b830305c25 /textproc/elasticsearch-plugin-head
parent42f1732728ca4e6afa1dd4e99979a94f82910d5a (diff)
downloadports-e278c93971a5a73c676a64b021e82345f6ce2249.tar.gz
ports-e278c93971a5a73c676a64b021e82345f6ce2249.zip
Use operator = to assign RUN_DEPENDS.
Notes
Notes: svn path=/head/; revision=380154
Diffstat (limited to 'textproc/elasticsearch-plugin-head')
-rw-r--r--textproc/elasticsearch-plugin-head/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elasticsearch-plugin-head/Makefile b/textproc/elasticsearch-plugin-head/Makefile
index 68fb3d4a7c8f..409d7af49a5d 100644
--- a/textproc/elasticsearch-plugin-head/Makefile
+++ b/textproc/elasticsearch-plugin-head/Makefile
@@ -10,7 +10,7 @@ COMMENT= ElasticSearch Head Plugin
LICENSE= APACHE20
-RUN_DEPENDS:= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
+RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch
USE_GITHUB= yes
GH_ACCOUNT= mobz