summaryrefslogtreecommitdiff
path: root/ftp/omi/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-02-11 23:25:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-02-11 23:25:29 +0000
commitb5d49daf0ce054769eaa2d0ea29a186075d7c806 (patch)
tree9f3052d5c4f406f2a2d898064f0c90816e1a1950 /ftp/omi/Makefile
parentUpgrade to 1.18. (diff)
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=228087
Diffstat (limited to 'ftp/omi/Makefile')
-rw-r--r--ftp/omi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile
index 189ec41c27b8..a2b74033450a 100644
--- a/ftp/omi/Makefile
+++ b/ftp/omi/Makefile
@@ -35,7 +35,7 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800058
+.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
BROKEN= does not build
.endif