summaryrefslogtreecommitdiff
path: root/editors/ghex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r--editors/ghex/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index f220e5c5dac5..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/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
+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>