aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-12 19:47:42 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-12 19:47:42 +0800
commit424058929f9bba79efc622119ca758231872177c (patch)
tree17e87e8aa0da4bb729cfb19cd2ef847beeb7f5b5 /net
parent64c2b08d400807a692f33f259b985ee2993b7533 (diff)
downloadfreebsd-ports-gnome-424058929f9bba79efc622119ca758231872177c.tar.gz
freebsd-ports-gnome-424058929f9bba79efc622119ca758231872177c.tar.zst
freebsd-ports-gnome-424058929f9bba79efc622119ca758231872177c.zip
Remove antique and now useless line about ARCH 'arm'.
Reported by: jbeich
Diffstat (limited to 'net')
-rw-r--r--net/socat/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 459bccc16757..afff12ed8400 100644
--- a/net/socat/Makefile
+++ b/net/socat/Makefile
@@ -45,8 +45,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.if ${ARCH} == "arm"
-BROKEN= Does not configure on arm
-.endif
-
.include <bsd.port.post.mk>