diff options
Diffstat (limited to 'math/newmat/Makefile')
-rw-r--r-- | math/newmat/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 483bf55e7f3d..f41dc8586f65 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -7,8 +7,7 @@ # PORTNAME= newmat -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= math MASTER_SITES= http://www.robertnz.net/ftp/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -24,10 +23,6 @@ ALL_TARGET= everything .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - post-patch: @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; \ s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE} |