aboutsummaryrefslogtreecommitdiff
path: root/ftp/omi
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 18:02:23 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 18:02:23 +0000
commitda5c848a0cc26489865af1662aaa5547cdfef3a4 (patch)
tree348a86c3ecf8d98c687ded418ae4c7789cfaf872 /ftp/omi
parent12707db238fb9cf746c0d0b1d3d9717cdae6fcde (diff)
downloadports-da5c848a0cc26489865af1662aaa5547cdfef3a4.tar.gz
ports-da5c848a0cc26489865af1662aaa5547cdfef3a4.zip
Notes
Diffstat (limited to 'ftp/omi')
-rw-r--r--ftp/omi/Makefile8
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>