aboutsummaryrefslogtreecommitdiff
path: root/x11/swayfloatingswitcher
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-08-26 15:31:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-08-26 17:02:25 +0000
commitd9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd (patch)
tree6578caaa36b53619d5b5d061d20daeb70aa32dc3 /x11/swayfloatingswitcher
parent19a9a1889f0e14b7ec179103da50cfd8b1216970 (diff)
downloadports-d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd.tar.gz
ports-d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd.zip
framework: switch tree to using vala.mk
PR: 249940
Diffstat (limited to 'x11/swayfloatingswitcher')
-rw-r--r--x11/swayfloatingswitcher/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/swayfloatingswitcher/Makefile b/x11/swayfloatingswitcher/Makefile
index e5845b2a198f..c6076e2f775d 100644
--- a/x11/swayfloatingswitcher/Makefile
+++ b/x11/swayfloatingswitcher/Makefile
@@ -8,13 +8,12 @@ COMMENT= Simple Alt+Tab switcher for floating windows
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= valac:lang/vala \
- granite>0:x11-toolkits/granite
+BUILD_DEPENDS= granite>0:x11-toolkits/granite
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libgee-0.8.so:devel/libgee \
libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell
-USES= gnome localbase:ldflags meson pkgconfig
+USES= gnome localbase:ldflags meson pkgconfig vala:build
USE_GITHUB= yes
USE_GNOME= gtk30
GH_ACCOUNT= ErikReider