aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-workbench51
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 14:10:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 14:10:45 +0000
commit4742a483f5e2c0e392cf11cb5f343d0248cff350 (patch)
treecc8745cd4d3b9ccbaa11ce53a76bb4b16c47e454 /databases/mysql-workbench51
parent798844483c238d1899a7b6198e2eabd123184253 (diff)
Notes
Diffstat (limited to 'databases/mysql-workbench51')
-rw-r--r--databases/mysql-workbench51/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile
index fa44003fe3c3..e70052fe3397 100644
--- a/databases/mysql-workbench51/Makefile
+++ b/databases/mysql-workbench51/Makefile
@@ -62,4 +62,10 @@ pre-configure:
(cd ${WRKSRC}/ext/yassl/taocrypt && ${LOCALBASE}/bin/autoreconf -f -i)
(cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>