diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 309359a5bf46..4fe9114b2dfc 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -54,4 +54,10 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "arm" +BROKEN= Does not configure on arm +.endif + +.include <bsd.port.post.mk> |