aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/castxml
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-02-04 04:30:34 +0800
committeryuri <yuri@FreeBSD.org>2019-02-04 04:30:34 +0800
commit7b8710e953f5fa8c93ed46f21178b41cae8008be (patch)
treebdaad88634429f4c605831bc65c8404bca925812 /textproc/castxml
parent2e35ac6620798efe0aadf5c59501c9dad621e724 (diff)
downloadfreebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.tar.gz
freebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.tar.zst
freebsd-ports-gnome-7b8710e953f5fa8c93ed46f21178b41cae8008be.zip
textproc/castxml: fix build with GCC-based architectures
PR: 235372 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'textproc/castxml')
-rw-r--r--textproc/castxml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/castxml/Makefile b/textproc/castxml/Makefile
index b3f2575f7a14..f895f6e89d44 100644
--- a/textproc/castxml/Makefile
+++ b/textproc/castxml/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
RUN_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
TEST_DEPENDS= ${LOCALBASE}/lib/libxml2.so:textproc/libxml2
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= CastXML
GH_PROJECT= CastXML