diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-workbench51/Makefile | 8 |
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> |