Date: Wed, 15 Jan 2014 15:17:08 +0100 From: Mathieu Arnold <mat@FreeBSD.org> To: John Marino <marino@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r339777 - head/lang/modula3 Message-ID: <998760DE607B43BBDEA3C8AE@ogg.in.absolight.net> In-Reply-To: <201401151341.s0FDfQ1M053094@svn.freebsd.org> References: <201401151341.s0FDfQ1M053094@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
+--On 15 janvier 2014 13:41:26 +0000 John Marino <marino@FreeBSD.org> wrote: | lang/modula3: Not for FreeBSD 8.x | | +. if !exists(/usr/include/xlocale/_ctype.h) | +IGNORE= the bootstrap compiler only runs on FreeBSD 9.0 or later | +. endif | . endif That should be .if ${OSVERSION} < 9000000 or something. -- Mathieu Arnold
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?998760DE607B43BBDEA3C8AE>