diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-26 20:21:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-26 20:21:18 +0800 |
commit | f20ba0f3193454756ddf8ebf50ead442721d27ea (patch) | |
tree | c2249b0e194d262c49eb1f2d6b0eaf1ef456cd30 /math/fxt/Makefile | |
parent | e624c9f2d1d7673d01e8829fbeac62a54c2d43d3 (diff) | |
download | freebsd-ports-gnome-f20ba0f3193454756ddf8ebf50ead442721d27ea.tar.gz freebsd-ports-gnome-f20ba0f3193454756ddf8ebf50ead442721d27ea.tar.zst freebsd-ports-gnome-f20ba0f3193454756ddf8ebf50ead442721d27ea.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/Makefile')
-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 |