diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-12-02 10:48:17 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-12-02 10:49:48 +0000 |
commit | 6b4617288224262793bf81b8be91286a57ee19f4 (patch) | |
tree | b714bb0eb65fa0ce3fab3b9d87c0407ddfb8133c | |
parent | a00b945ec524adf181556d8356063d7d3997060d (diff) |
x11/sfwbar: Makefile fixes.
Reported by: jbeich
-rw-r--r-- | x11/sfwbar/Makefile | 11 |
1 files 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> |