diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 18:02:23 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 18:02:23 +0000 |
commit | da5c848a0cc26489865af1662aaa5547cdfef3a4 (patch) | |
tree | 348a86c3ecf8d98c687ded418ae4c7789cfaf872 /ftp/omi | |
parent | 12707db238fb9cf746c0d0b1d3d9717cdae6fcde (diff) |
Notes
Diffstat (limited to 'ftp/omi')
-rw-r--r-- | ftp/omi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile index d3458e26c8d5..189ec41c27b8 100644 --- a/ftp/omi/Makefile +++ b/ftp/omi/Makefile @@ -33,4 +33,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/BSD-COPYRIGHT ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |