aboutsummaryrefslogtreecommitdiff
path: root/x11/nwg-launchers
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-29 12:40:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-07-29 12:40:39 +0000
commitbbc41643a59914234713b4b10076301467085134 (patch)
treedac014c40ddaa5009d43cb994c4b8db770841481 /x11/nwg-launchers
parentcbd616013566134e5a5c12992bdc23e1d341a1f4 (diff)
downloadports-bbc41643a59914234713b4b10076301467085134.tar.gz
ports-bbc41643a59914234713b4b10076301467085134.zip
x11/nwg-launchers: drop cmake after r543573
Notes
Notes: svn path=/head/; revision=543660
Diffstat (limited to 'x11/nwg-launchers')
-rw-r--r--x11/nwg-launchers/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile
index ea05a46fdcae..97ae80a76dc8 100644
--- a/x11/nwg-launchers/Makefile
+++ b/x11/nwg-launchers/Makefile
@@ -16,9 +16,7 @@ COMMENT= GTK-based launchers: application grid, button bar, dmenu for sway and o
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-# XXX Remove cmake dependency after nlohmann-json adds pkg-config support
-BUILD_DEPENDS= cmake:devel/cmake \
- nlohmann-json>0:devel/nlohmann-json
+BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json
USES= compiler:c++17-lang gnome meson pkgconfig
USE_GITHUB= yes