aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-27 20:35:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-27 20:35:04 +0000
commit1a1db50bb6be8fc71660fe53e5f2a69037ab8770 (patch)
tree48f61d306778fe83e4c8f3d44b828179acfacf96 /www
parentac3c01c559f479a5ebd23820090ed61451abf0f5 (diff)
downloadports-1a1db50bb6be8fc71660fe53e5f2a69037ab8770.tar.gz
ports-1a1db50bb6be8fc71660fe53e5f2a69037ab8770.zip
- Remove always false conditional
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=407386
Diffstat (limited to 'www')
-rw-r--r--www/grafana2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/grafana2/Makefile b/www/grafana2/Makefile
index 9db81067c49f..b0aa7c6a1774 100644
--- a/www/grafana2/Makefile
+++ b/www/grafana2/Makefile
@@ -156,10 +156,6 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044 && ${ARCH} == i386
-BROKEN= Does not build
-.endif
-
# golang assumes that if clang is in use, it is called "clang" and not "cc". If
# it's called "cc", go fails.
.if ${COMPILER_TYPE} == clang