aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-04 10:58:36 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-04 10:58:36 +0800
commitceb738a591f1e6f3620a6356096cd4af9016c91e (patch)
tree5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /www
parentf145cb6c9600e66e0fabd3485e8c9f3574b73692 (diff)
downloadfreebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.tar.gz
freebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.tar.zst
freebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.zip
Mark as broken on ARM.
Approved by: maintainer
Diffstat (limited to 'www')
-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>