diff options
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 1c100c590342..2292cb2e4139 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -46,4 +46,10 @@ post-patch: ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |