aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlwrapp/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 14:40:31 +0000
commitfc0d927e6b9c02b4c1bb10e6b09242e85ff42f7e (patch)
treeacb4b2fabfae7f10029c7fcb78c44f91b703fedb /textproc/xmlwrapp/Makefile
parenteeb17e1ca98491961c26e52c69d27894af6a85aa (diff)
Notes
Diffstat (limited to 'textproc/xmlwrapp/Makefile')
-rw-r--r--textproc/xmlwrapp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile
index cca4cf01bc65..9e03eb3e5803 100644
--- a/textproc/xmlwrapp/Makefile
+++ b/textproc/xmlwrapp/Makefile
@@ -13,6 +13,8 @@ COMMENT= Modern style C++ library for working with XML data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= fails to configure: invalid value: boost_major_version=
+
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
OPTIONS_DEFINE= XSLT DOCS
@@ -22,7 +24,7 @@ OPTIONS_SUB= yes
XSLT_USE= gnome=libxslt
XSLT_CONFIGURE_ENABLE= xslt
-USES= pathfix pkgconfig libtool
+USES= compiler:c++11-lang libtool pathfix pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes