svn commit: r339777 - head/lang/modula3

Mathieu Arnold mat at FreeBSD.org
Wed Jan 15 14:17:13 UTC 2014


+--On 15 janvier 2014 13:41:26 +0000 John Marino <marino at 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


More information about the svn-ports-all mailing list