Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2019 10:50:44 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496815 - head/net-im/mtxclient
Message-ID:  <201903251050.x2PAoilv028904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Mon Mar 25 10:50:44 2019
New Revision: 496815
URL: https://svnweb.freebsd.org/changeset/ports/496815

Log:
  Remove duplicate line-ending-escape introduced in r496814

Modified:
  head/net-im/mtxclient/Makefile

Modified: head/net-im/mtxclient/Makefile
==============================================================================
--- head/net-im/mtxclient/Makefile	Mon Mar 25 10:40:41 2019	(r496814)
+++ head/net-im/mtxclient/Makefile	Mon Mar 25 10:50:44 2019	(r496815)
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILES=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	nlohmann-json>=3:devel/nlohmann-json \
-		spdlog>=1.3:devel/spdlog \ \
+		spdlog>=1.3:devel/spdlog \
 		gtest-config:devel/googletest
 LIB_DEPENDS=	libsodium.so:security/libsodium \
 		libboost_date_time.so:devel/boost-libs \



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