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 | |
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.
-rw-r--r-- | devel/uatraits/Makefile | 2 | ||||
-rw-r--r-- | devel/vera++/Makefile | 2 | ||||
-rw-r--r-- | security/spass/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index 989981be105e..efc67c0008ff 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://people.freebsd.org/~demon/ MAINTAINER= demon@FreeBSD.org COMMENT= User-Agent detection library -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index 04c6745bc19d..d5bd3144dc2c 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -15,8 +15,6 @@ COMMENT= Tool for verification of C++ source code LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= boost-libs>=0:devel/boost-libs USES= cmake:outsource tk diff --git a/security/spass/Makefile b/security/spass/Makefile index 099ab458d0da..83f5a6b2869e 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -10,8 +10,6 @@ COMMENT= Secure password generator with a true random number generator LICENSE= GPLv3 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs LIB_DEPENDS= libasound.so:audio/alsa-lib \ libboost_program_options.so:devel/boost-libs 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 |