git: b29e26ca237a - main - www/domoticz: fix LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jan 2023 09:09:56 UTC
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