diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index a5b09f4bd2d3..6c7f71d479f9 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -1,28 +1,30 @@ PORTNAME= gpredict DISTVERSION= 2.2.1 PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= https://github.com/csete/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio satellite tracking and prediction 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 USES= compiler:c11 gettext gmake gnome pkgconfig tar:bz2 GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 intltool post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/gpredict-icon.png|' \ ${WRKSRC}/data/desktop/gpredict.desktop.in .include