diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-12-08 20:17:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-12-08 20:17:00 +0000 |
commit | 46d28e76da9dfa8196e7a8087c03dd6c213e3f38 (patch) | |
tree | b51d4fcdbc96e9ca4da0c114b99ab265f5affde3 /x11-wm/i3 | |
parent | 20b12818763d178fb6d8f7665c7f3ae8875d8454 (diff) |
Notes
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 5c2bf7e892b0..6c663bdebd34 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -54,6 +54,10 @@ MAN1= ${MANUALS} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= fails to compile and install +.endif + post-extract: @cd ${WRKSRC} && ${CP} i3.config config.sample @cd ${WRKSRC} && ${CP} i3.welcome welcome |