Date: Thu, 16 May 2013 20:20:19 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318335 - head/misc/mshell Message-ID: <201305162020.r4GKKJLm096652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Thu May 16 20:20:19 2013 New Revision: 318335 URL: http://svnweb.freebsd.org/changeset/ports/318335 Log: Mark BROKEN on 9.x as well. Modified: head/misc/mshell/Makefile Modified: head/misc/mshell/Makefile ============================================================================== --- head/misc/mshell/Makefile Thu May 16 20:13:19 2013 (r318334) +++ head/misc/mshell/Makefile Thu May 16 20:20:19 2013 (r318335) @@ -23,7 +23,7 @@ do-extract: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 1000000 +.if ${OSVERSION} >= 900000 BROKEN= does not build .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305162020.r4GKKJLm096652>