aboutsummaryrefslogtreecommitdiff
path: root/x11/swaysettings/Makefile
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/swaysettings/Makefile
parent19a9a1889f0e14b7ec179103da50cfd8b1216970 (diff)
framework: switch tree to using vala.mk
PR: 249940
Diffstat (limited to 'x11/swaysettings/Makefile')
-rw-r--r--x11/swaysettings/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/swaysettings/Makefile b/x11/swaysettings/Makefile
index fb0836084f0c..1477bba17538 100644
--- a/x11/swaysettings/Makefile
+++ b/x11/swaysettings/Makefile
@@ -9,14 +9,13 @@ COMMENT= GUI for setting Sway wallpaper, default apps, GTK themes, etc.
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libgee-0.8.so:devel/libgee \
libaccountsservice.so:sysutils/accountsservice \
libgranite.so:x11-toolkits/granite \
libhandy-1.so:x11-toolkits/libhandy
-USES= compiler:c11 gettext gnome meson pkgconfig python:build shebangfix
+USES= compiler:c11 gettext gnome meson pkgconfig python:build shebangfix vala:build
USE_GITHUB= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2
GH_ACCOUNT= ErikReider