git: c0b73f79c65c - main - comms/gpredict: Fixed missing depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 20:51:34 UTC
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