svn commit: r487223 - head/biology/mummer

Yuri Victorovich yuri at FreeBSD.org
Tue Dec 11 07:48:13 UTC 2018


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


More information about the svn-ports-all mailing list