svn commit: r503967 - head/net/yami4

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 11 16:00:30 UTC 2019


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


More information about the svn-ports-head mailing list