git: 6b4617288224 - main - x11/sfwbar: Makefile fixes.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Fri, 02 Dec 2022 10:49:53 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b4617288224262793bf81b8be91286a57ee19f4

commit 6b4617288224262793bf81b8be91286a57ee19f4
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-12-02 10:48:17 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-12-02 10:49:48 +0000

    x11/sfwbar: Makefile fixes.
    
    Reported by:    jbeich
---
 x11/sfwbar/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11/sfwbar/Makefile b/x11/sfwbar/Makefile
index b8e0d6023b40..067e432dea8d 100644
--- a/x11/sfwbar/Makefile
+++ b/x11/sfwbar/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	sfwbar
-DISTVERSION=	v1.0_beta9
-CATEGORIES=	x11
+DISTVERSION=	1.0_beta9
+DISTVERSIONPREFIX=	v
+CATEGORIES=	x11 wayland
 
 MAINTAINER=	tino.engel@mail.de
 COMMENT=	Flexible taskbar application for wayland compositors
@@ -13,15 +14,13 @@ BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
 LIB_DEPENDS=	libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \
 		libwayland-client.so:graphics/wayland \
 		libjson-c.so:devel/json-c
-RUN_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
 
-USES=		meson ninja pkgconfig gnome
-USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
+USES=		gnome meson pkgconfig
+USE_GNOME=	cairo gdkpixbuf2 gtk30
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	LBCrion
 
 SUB_FILES=	pkg-message
-SUB_LIST=	DATADIR=${DATADIR}
 
 .include <bsd.port.mk>