diff options
author | erwin <erwin@FreeBSD.org> | 2009-02-12 07:25:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-02-12 07:25:29 +0800 |
commit | b65724ca918c8b5c5c1b866842608fdf82fbe76f (patch) | |
tree | be0247621d15c7c71de5c698b27bf9dbb4c83d52 /ftp/omi/Makefile | |
parent | 8322b02d9a607fc98ebdc33a01523fa4a71f4c44 (diff) | |
download | freebsd-ports-gnome-b65724ca918c8b5c5c1b866842608fdf82fbe76f.tar.gz freebsd-ports-gnome-b65724ca918c8b5c5c1b866842608fdf82fbe76f.tar.zst freebsd-ports-gnome-b65724ca918c8b5c5c1b866842608fdf82fbe76f.zip |
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Diffstat (limited to 'ftp/omi/Makefile')
-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 |