git: 769ecd5e26f6 - main - x11/xapp: unbreak NLS resources build after 0dfb7ea2d8315b4bbf07d4f0546713a5b80c854f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Dec 2021 08:41:45 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=769ecd5e26f63e9ce8e88166acc90b11e0be50b8 commit 769ecd5e26f63e9ce8e88166acc90b11e0be50b8 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2021-12-27 08:36:03 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2021-12-27 08:41:37 +0000 x11/xapp: unbreak NLS resources build after 0dfb7ea2d8315b4bbf07d4f0546713a5b80c854f USES+= gettext-tools With hat: desktop Sponsored by: Netzkommune GmbH --- x11/xapp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/xapp/Makefile b/x11/xapp/Makefile index 5685737a644a..1d022f330c0e 100644 --- a/x11/xapp/Makefile +++ b/x11/xapp/Makefile @@ -2,6 +2,7 @@ PORTNAME= xapp PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -16,7 +17,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbusmenu-gtk3.so:devel/libdbusmenu RUN_DEPENDS= bash:shells/bash -USES= gnome meson pkgconfig python:3.5+ shebangfix xorg +USES= gettext-tools gnome meson pkgconfig python:3.5+ shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection:build intltool \