svn commit: r543660 - head/x11/nwg-launchers

Jan Beich jbeich at FreeBSD.org
Wed Jul 29 12:40:40 UTC 2020


Author: jbeich
Date: Wed Jul 29 12:40:39 2020
New Revision: 543660
URL: https://svnweb.freebsd.org/changeset/ports/543660

Log:
  x11/nwg-launchers: drop cmake after r543573

Modified:
  head/x11/nwg-launchers/Makefile   (contents, props changed)

Modified: head/x11/nwg-launchers/Makefile
==============================================================================
--- head/x11/nwg-launchers/Makefile	Wed Jul 29 12:39:22 2020	(r543659)
+++ head/x11/nwg-launchers/Makefile	Wed Jul 29 12:40:39 2020	(r543660)
@@ -16,9 +16,7 @@ COMMENT=	GTK-based launchers: application grid, button
 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


More information about the svn-ports-all mailing list