diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
commit | 4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2 (patch) | |
tree | 8db48774b6758a80fd4e62077728277c3efd9d53 /net-p2p | |
parent | a097dedaca5d1736db39d27d46c1405d007ebc40 (diff) | |
download | freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.gz freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.zst freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.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 |