aboutsummaryrefslogtreecommitdiff
path: root/math/freefem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/freefem/Makefile')
-rw-r--r--math/freefem/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile
index 9230d6a350f7..b5a3cabca675 100644
--- a/math/freefem/Makefile
+++ b/math/freefem/Makefile
@@ -14,6 +14,12 @@ MASTER_SITE_SUBDIR= kfem
MAINTAINER= ports@FreeBSD.org
COMMENT= A language for the Finite Element Method
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
@@ -38,4 +44,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/*.pde ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>