diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
commit | c7bd35dd7a04267304bb24e7763ce9a2f862c245 (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /net/kea/Makefile | |
parent | 1570d70ff8e9cf8c52948fc11b4e6bf7fe881e65 (diff) | |
download | freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.gz freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.zst freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'net/kea/Makefile')
-rw-r--r-- | net/kea/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile index 842d86c912c7..f2004e93cb6e 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ libboost_system.so:devel/boost-libs +BROKEN_powerpc64= fails to configure: checking for log4cplus library... no + USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} |