Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 08:00:55 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548295 - head/lang/ccl
Message-ID:  <202009120800.08C80tIg047309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sat Sep 12 08:00:55 2020
New Revision: 548295
URL: https://svnweb.freebsd.org/changeset/ports/548295

Log:
  lang/ccl: IGNORE on FreeBSD < 12.

Modified:
  head/lang/ccl/Makefile

Modified: head/lang/ccl/Makefile
==============================================================================
--- head/lang/ccl/Makefile	Sat Sep 12 07:26:35 2020	(r548294)
+++ head/lang/ccl/Makefile	Sat Sep 12 08:00:55 2020	(r548295)
@@ -29,6 +29,10 @@ USE_ASDF=	yes
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 1200000
+IGNORE=         does not build on FreeBSD < 12.0
+.endif
+
 LISP_ARCH=	x8664
 FX86CL=		fx86cl64
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120800.08C80tIg047309>