Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2020 12:40:40 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543660 - head/x11/nwg-launchers
Message-ID:  <202007291240.06TCeeIP089532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007291240.06TCeeIP089532>