Date: Mon, 20 May 2019 21:20:56 +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: r502174 - head/biology/mothur Message-ID: <201905202120.x4KLKuwq080735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon May 20 21:20:56 2019 New Revision: 502174 URL: https://svnweb.freebsd.org/changeset/ports/502174 Log: biology/mothur: Add USES=compiler:c++11-lang Modified: head/biology/mothur/Makefile Modified: head/biology/mothur/Makefile ============================================================================== --- head/biology/mothur/Makefile Mon May 20 21:20:45 2019 (r502173) +++ head/biology/mothur/Makefile Mon May 20 21:20:56 2019 (r502174) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= bash:shells/bash -USES= gmake localbase readline shebangfix +USES= compiler:c++11-lang gmake localbase readline shebangfix SHEBANG_FILES= source/uchime_src/mk USE_GITHUB= yes ALL_TARGET= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905202120.x4KLKuwq080735>