diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-11 23:25:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-11 23:25:29 +0000 |
commit | b5d49daf0ce054769eaa2d0ea29a186075d7c806 (patch) | |
tree | 9f3052d5c4f406f2a2d898064f0c90816e1a1950 /ftp | |
parent | 913f8fc9195c00ee9ad51b581bfc94517fb4e513 (diff) | |
download | ports-b5d49daf0ce054769eaa2d0ea29a186075d7c806.tar.gz ports-b5d49daf0ce054769eaa2d0ea29a186075d7c806.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/omi/Makefile | 2 |
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 |