diff options
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r-- | math/surf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index ced07f21f03..5e9101b5617 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -7,7 +7,7 @@ # PORTNAME= surf -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +28,4 @@ MAN1= surf.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - .include <bsd.port.post.mk> |