diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-03-01 01:01:23 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-03-01 01:01:23 +0800 |
commit | 6417699f85b830edef83aaa6785e8d7ed690d27a (patch) | |
tree | 5e229a79d0f04e2f326602448f7f07b830305c25 /textproc/elasticsearch-plugin-head | |
parent | dcdea0506ce840a8f2550849c40eea649afcc11c (diff) | |
download | freebsd-ports-gnome-6417699f85b830edef83aaa6785e8d7ed690d27a.tar.gz freebsd-ports-gnome-6417699f85b830edef83aaa6785e8d7ed690d27a.tar.zst freebsd-ports-gnome-6417699f85b830edef83aaa6785e8d7ed690d27a.zip |
Use operator = to assign RUN_DEPENDS.
Diffstat (limited to 'textproc/elasticsearch-plugin-head')
-rw-r--r-- | textproc/elasticsearch-plugin-head/Makefile | 2 |
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 |