Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2023 09:09:56 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b29e26ca237a - main - www/domoticz: fix LIB_DEPENDS
Message-ID:  <202301080909.30899uio058625@gitrepo.freebsd.org>

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

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

commit b29e26ca237a09c1807f671f2e405c8ebc676521
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-01-08 09:09:39 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-01-08 09:09:39 +0000

    www/domoticz: fix LIB_DEPENDS
---
 www/domoticz/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile
index ea4c77a17473..54a71024ad2d 100644
--- a/www/domoticz/Makefile
+++ b/www/domoticz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	domoticz
 PORTVERSION=	2022.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 
 MAINTAINER=	kiwi@oav.net
@@ -11,7 +11,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/License.txt
 
 LIB_DEPENDS=	libcurl.so:ftp/curl libboost_system.so:devel/boost-libs \
-		libjsoncpp.so:comms/openzwave-devel \
+		libopenzwave.so:comms/openzwave-devel \
 		libjsoncpp.so:devel/jsoncpp \
 		libmosquitto.so:net/mosquitto
 



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