Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 22:18:38 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac2b2aa872b9 - main - security/wazuh-dashboard: Fix typo on RUN_DEPENDS
Message-ID:  <202209252218.28PMIc2H054315@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac2b2aa872b9125bd0f1531a63a211422b086b4c

commit ac2b2aa872b9125bd0f1531a63a211422b086b4c
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-09-25 22:17:14 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-09-25 22:17:14 +0000

    security/wazuh-dashboard: Fix typo on RUN_DEPENDS
    
    Reported by:    cperciva
---
 security/wazuh-dashboard/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/wazuh-dashboard/Makefile b/security/wazuh-dashboard/Makefile
index 1bccdb129d19..546ee529c910 100644
--- a/security/wazuh-dashboard/Makefile
+++ b/security/wazuh-dashboard/Makefile
@@ -14,7 +14,7 @@ WWW=		https://github.com/wazuh/wazuh-kibana-app
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/www/opensearch-dashboards/bin/opensearch-dashboards:textproc/opensearch-dashboard
+RUN_DEPENDS=	${LOCALBASE}/www/opensearch-dashboards/bin/opensearch-dashboards:textproc/opensearch-dashboards
 
 NO_BUILD=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209252218.28PMIc2H054315>