summaryrefslogtreecommitdiff
path: root/editors/ghex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r--editors/ghex/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index 0ce4f3d59805..9dbf077b45c6 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -1,22 +1,21 @@
PORTNAME= ghex
-PORTVERSION= 46.2
+PORTVERSION= 46.3
CATEGORIES= editors gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME hex editor
-WWW= https://wiki.gnome.org/Apps/Ghex
+WWW= https://gitlab.gnome.org/GNOME/ghex
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
-USES= gettext desktop-file-utils gnome meson pkgconfig tar:xz
-USE_GNOME= glib20 gtk40 libadwaita introspection:build
+USES= desktop-file-utils gettext-tools gnome meson pkgconfig tar:xz
+USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita
USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
@@ -24,5 +23,4 @@ GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
MESON_ARGS= -Dmmap-buffer-backend=false \
-Ddirect-buffer-backend=false
-
.include <bsd.port.mk>