diff options
Diffstat (limited to 'x11-wm/wmg/Makefile')
-rw-r--r-- | x11-wm/wmg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index a80e4e5d4bdd..25662d35cf99 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -22,4 +22,10 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |