mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Use operator = to assign RUN_DEPENDS.
This commit is contained in:
parent
42f1732728
commit
e278c93971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380154
@ -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
|
||||
|
@ -10,7 +10,7 @@ COMMENT= ElasticSearch HQ 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= royrusso
|
||||
|
@ -12,7 +12,7 @@ COMMENT= ElasticSearch RabbitMQ River
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS:= elasticsearch>=1.4.0:${PORTSDIR}/textproc/elasticsearch
|
||||
RUN_DEPENDS= elasticsearch>=1.4.0:${PORTSDIR}/textproc/elasticsearch
|
||||
|
||||
USES= zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user