diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:24:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 05:24:00 +0000 |
commit | eafe846a2bc63df0768506f8c067310864069f9f (patch) | |
tree | 2ab7ecd8b8d3022c590aa29e7e9d014bf8a73cf6 /security/polarssl | |
parent | d14eaa8fdefa73d2b50737f928169911a6355430 (diff) |
Notes
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index c94a2a3f49d6..9638868e331f 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -43,4 +43,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + +.include <bsd.port.post.mk> |