Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 07:48:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487223 - head/biology/mummer
Message-ID:  <201812110748.wBB7mCn9098424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Dec 11 07:48:12 2018
New Revision: 487223
URL: https://svnweb.freebsd.org/changeset/ports/487223

Log:
  biology/mummer: Add USES=compiler:c++11-lang

Modified:
  head/biology/mummer/Makefile

Modified: head/biology/mummer/Makefile
==============================================================================
--- head/biology/mummer/Makefile	Tue Dec 11 07:43:45 2018	(r487222)
+++ head/biology/mummer/Makefile	Tue Dec 11 07:48:12 2018	(r487223)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	yaggo:devel/yaggo
 
-USES=		autoreconf gmake libtool perl5 shebangfix
+USES=		autoreconf compiler:c++11-lang gmake libtool perl5 shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes



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