diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-28 09:32:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-28 09:32:31 +0800 |
commit | 9eff76709f1fa90ab9fcc74b44357c6dfbaac8c3 (patch) | |
tree | da9c91dcc7db3ea2dac6b90d185a43ce2c9559a5 /textproc | |
parent | 29657d8761eb264696e563cb4b6be6f69f5e95de (diff) | |
download | freebsd-ports-gnome-9eff76709f1fa90ab9fcc74b44357c6dfbaac8c3.tar.gz freebsd-ports-gnome-9eff76709f1fa90ab9fcc74b44357c6dfbaac8c3.tar.zst freebsd-ports-gnome-9eff76709f1fa90ab9fcc74b44357c6dfbaac8c3.zip |
These ports now build on powerpc64.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 528d1c7048b0..6295b1ab86a4 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -13,8 +13,6 @@ COMMENT= Modern style C++ library for working with XML data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs OPTIONS_DEFINE= XSLT DOCS |