diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 20:21:18 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 20:21:18 +0800 |
commit | 2cbbb2cfcfeec37d7b283881d9af3d39b98a93f2 (patch) | |
tree | c2249b0e194d262c49eb1f2d6b0eaf1ef456cd30 /math/fxt | |
parent | 56b6a10e7883f05e9b51461e376773e8596377d0 (diff) | |
download | freebsd-ports-gnome-2cbbb2cfcfeec37d7b283881d9af3d39b98a93f2.tar.gz freebsd-ports-gnome-2cbbb2cfcfeec37d7b283881d9af3d39b98a93f2.tar.zst freebsd-ports-gnome-2cbbb2cfcfeec37d7b283881d9af3d39b98a93f2.zip |
USES=compiler:c++11-lang is necessary to build on GCC-based
architectures.
PR: 234385
Submitted by: Piotr Kubaj
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 6388e0ecdd32..b8b80ed48e0e 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -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 |