Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 20:51:34 GMT
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0b73f79c65c - main - comms/gpredict: Fixed missing depends
Message-ID:  <202306032051.353KpYpi096775@gitrepo.freebsd.org>

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

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

commit c0b73f79c65c7c7ce4b9d8ca7ce126fe6b27562e
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2023-06-03 20:50:40 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2023-06-03 20:50:40 +0000

    comms/gpredict: Fixed missing depends
    
    No binary changes but missing LIB_DEPENDS added
---
 comms/gpredict/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile
index a5b09f4bd2d3..6c7f71d479f9 100644
--- a/comms/gpredict/Makefile
+++ b/comms/gpredict/Makefile
@@ -11,8 +11,10 @@ WWW=		http://gpredict.oz9aec.net/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libcurl.so:ftp/curl \
+LIB_DEPENDS=	libatk-1.0.so:accessibility/at-spi2-core \
+		libcurl.so:ftp/curl \
 		libhamlib.so:comms/hamlib \
+		libharfbuzz.so:print/harfbuzz \
 		libgoocanvas-2.0.so:graphics/goocanvas2 \
 		libgps.so:astro/gpsd
 



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