summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-04 03:05:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-04 03:05:23 +0000
commit07192a24edc994bcc30e3658b0262c06b10a183c (patch)
tree8db48774b6758a80fd4e62077728277c3efd9d53 /net-p2p
parentMark as broken on ARM. (diff)
Mark as broken on ARM.
PR: ports/170946 Submitted by: linimon Hat: portmgr
Notes
Notes: svn path=/head/; revision=303634
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/Makefile4
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