svn commit: r488377 - head/math/fxt
Mark Linimon
linimon at FreeBSD.org
Wed Dec 26 12:21:19 UTC 2018
Author: linimon
Date: Wed Dec 26 12:21:18 2018
New Revision: 488377
URL: https://svnweb.freebsd.org/changeset/ports/488377
Log:
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures.
PR: 234385
Submitted by: Piotr Kubaj
Modified:
head/math/fxt/Makefile
Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile Wed Dec 26 12:17:25 2018 (r488376)
+++ head/math/fxt/Makefile Wed Dec 26 12:21:18 2018 (r488377)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gmake
+USES= compiler:c++11-lang gmake
MAKE_ENV= FXT_INSTALL="${INSTALL_DATA}"
MAKEFILE= makefile
More information about the svn-ports-head
mailing list