1
0
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:
Jimmy Olgeni 2015-02-28 17:01:23 +00:00
parent 42f1732728
commit e278c93971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380154
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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