diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 02:58:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 02:58:36 +0000 |
commit | e106e3cfcd23cf0b1860dbd129e8ce180a4225fd (patch) | |
tree | 5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /net/socat | |
parent | 6a33fa75c5bed3f962b90137068cbfe3e17e9a38 (diff) | |
download | ports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.tar.gz ports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.zip |
Notes
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 8 |
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> |