aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-font-viewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-font-viewer/Makefile')
-rw-r--r--deskutils/gnome-font-viewer/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/gnome-font-viewer/Makefile b/deskutils/gnome-font-viewer/Makefile
index 9f61c306b558..cea3531205c1 100644
--- a/deskutils/gnome-font-viewer/Makefile
+++ b/deskutils/gnome-font-viewer/Makefile
@@ -1,18 +1,19 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-
PORTNAME= gnome-font-viewer
-PORTVERSION= 40.0
+PORTVERSION= 43.0
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 3 font viewer utility
+COMMENT= GNOME font viewer utility
+WWW= https://github.com/GNOME/gnome-font-viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \
+ libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libhandy-1.so:x11-toolkits/libhandy \
libharfbuzz.so:print/harfbuzz
@@ -23,7 +24,6 @@ PORTSCOUT= limitw:1,even
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
pkgconfig tar:xz
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
USE_GNOME= cairo gnomedesktop3 gtk30
.include <bsd.port.mk>