aboutsummaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
commite106e3cfcd23cf0b1860dbd129e8ce180a4225fd (patch)
tree5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /net/socat
parent6a33fa75c5bed3f962b90137068cbfe3e17e9a38 (diff)
downloadports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.tar.gz
ports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.zip
Mark as broken on ARM.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=303632
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 36f8af0c99bc..cdb249b4ec44 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -43,4 +43,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "arm"
+BROKEN= Does not configure on arm
+.endif
+
+.include <bsd.port.post.mk>