summaryrefslogtreecommitdiff
path: root/ftp/omi/Makefile
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/Makefile
parentMark BROKEN on HEAD after the import of strndup(3). (diff)
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225511
Diffstat (limited to 'ftp/omi/Makefile')
-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>