diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-22 12:11:37 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-22 12:11:37 +0000 |
commit | 386b82f8abc2157cf686309f795bcb777caf5c41 (patch) | |
tree | 1ed01b031ac5c8defe597883b32581703d92f3ca /x11-wm | |
parent | 70274f1811e3bec2fb9df988748d6cb02f1e9f59 (diff) | |
download | ports-386b82f8abc2157cf686309f795bcb777caf5c41.tar.gz ports-386b82f8abc2157cf686309f795bcb777caf5c41.zip |
Notes
Diffstat (limited to 'x11-wm')
-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> |