Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 16:00:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503967 - head/net/yami4
Message-ID:  <201906111600.x5BG0TUJ063465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jun 11 16:00:28 2019
New Revision: 503967
URL: https://svnweb.freebsd.org/changeset/ports/503967

Log:
  net/yami4: fix typo

Modified:
  head/net/yami4/Makefile

Modified: head/net/yami4/Makefile
==============================================================================
--- head/net/yami4/Makefile	Tue Jun 11 15:57:19 2019	(r503966)
+++ head/net/yami4/Makefile	Tue Jun 11 16:00:28 2019	(r503967)
@@ -12,7 +12,7 @@ COMMENT=	Messaging library for distributed systems
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/gpl-3.0.txt
 
-USES=		compiler:c++11lasg zip
+USES=		compiler:c++11-lang zip
 
 MAKE_ARGS=	COMPILER="${CXX}" OPTIONS="${CXXFLAGS}"
 CXXFLAGS+=	-D_GLIBCXX_USE_C99 # XXX ports/193528



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