diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
commit | 07192a24edc994bcc30e3658b0262c06b10a183c (patch) | |
tree | 8db48774b6758a80fd4e62077728277c3efd9d53 /net-p2p | |
parent | 28e3778d591330a283000fb5bd00552b0ca710a9 (diff) | |
download | freebsd-ports-gnome-07192a24edc994bcc30e3658b0262c06b10a183c.tar.gz freebsd-ports-gnome-07192a24edc994bcc30e3658b0262c06b10a183c.tar.zst freebsd-ports-gnome-07192a24edc994bcc30e3658b0262c06b10a183c.zip |
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index f02df262a832..943623bba532 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -37,6 +37,10 @@ OPTIONS= XMLRPC "Compile with xmlrpc-c support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "arm" +BROKEN= Does not configure on arm +.endif + .if !defined(WITHOUT_XMLRPC) CONFIGURE_ARGS+= --with-xmlrpc-c LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c-devel |