diff options
Diffstat (limited to 'misc/kbfx')
-rw-r--r-- | misc/kbfx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile index 65699ff9c93a..afb25e05a12f 100644 --- a/misc/kbfx/Makefile +++ b/misc/kbfx/Makefile @@ -35,10 +35,4 @@ USE_GCC= 3.4+ do-configure: (cd ${WRKSRC} && ${CMAKE} ${CMAKE_ARGS}) -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |