diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kplot3d/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/kplot3d/Makefile b/graphics/kplot3d/Makefile index 9518b7646bde..3861b2b5415e 100644 --- a/graphics/kplot3d/Makefile +++ b/graphics/kplot3d/Makefile @@ -19,10 +19,4 @@ USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -BROKEN= "Obsolete compiler" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |