aboutsummaryrefslogtreecommitdiff
path: root/www/varnish
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
commite106e3cfcd23cf0b1860dbd129e8ce180a4225fd (patch)
tree5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /www/varnish
parent6a33fa75c5bed3f962b90137068cbfe3e17e9a38 (diff)
downloadports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.tar.gz
ports-e106e3cfcd23cf0b1860dbd129e8ce180a4225fd.zip
Notes
Diffstat (limited to 'www/varnish')
-rw-r--r--www/varnish/Makefile8
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>