diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
commit | 23e6a2b3da60fd03fb9e392af59450056c09f9a5 (patch) | |
tree | 3b7e9ffbd68b82f181ccb4b1d327b834b4994adf /math/freefem | |
parent | BROKEN on 5.1: bad C++ (diff) |
BROKEN on 5.1: bad C++
Notes
Notes:
svn path=/head/; revision=81208
Diffstat (limited to 'math/freefem')
-rw-r--r-- | math/freefem/Makefile | 8 |
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> |