diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-12 19:47:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-12 19:47:42 +0800 |
commit | 424058929f9bba79efc622119ca758231872177c (patch) | |
tree | 17e87e8aa0da4bb729cfb19cd2ef847beeb7f5b5 /net | |
parent | 64c2b08d400807a692f33f259b985ee2993b7533 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |