diff options
Diffstat (limited to 'math/freefem/Makefile')
-rw-r--r-- | math/freefem/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 9e04a64e3661..ded708fccc6a 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freefem -PORTVERSION= 3.5.4 +PORTVERSION= 3.5.7 CATEGORIES= math cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kfem @@ -23,12 +23,6 @@ INSTALLS_SHLIB= yes MAN1= freefem.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O3 |\$$CXXFLAGS |g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|debian doc freefem|debian freefem|g ; \ @@ -44,4 +38,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/*.pde ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |