Date: Fri, 30 Jun 2023 15:51:31 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c48fe8f9cb6f - main - misc/ola: Add missing dependency Message-ID: <202306301551.35UFpVSr026183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c48fe8f9cb6fdc590a7abcf0bdf2056e38eabe26 commit c48fe8f9cb6fdc590a7abcf0bdf2056e38eabe26 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-30 15:51:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-30 15:51:14 +0000 misc/ola: Add missing dependency --- misc/ola/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/ola/Makefile b/misc/ola/Makefile index acc50a9f7be0..e9eea967961a 100644 --- a/misc/ola/Makefile +++ b/misc/ola/Makefile @@ -1,5 +1,6 @@ PORTNAME= ola DISTVERSION= 0.10.9 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/ @@ -10,6 +11,7 @@ WWW= https://www.openlighting.org/ola/ LICENSE= GPLv2+ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ + libftdi1.so:devel/libftdi1 \ libmicrohttpd.so:www/libmicrohttpd \ libprotobuf.so:devel/protobuf \ libuuid.so:misc/e2fsprogs-libuuid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306301551.35UFpVSr026183>