svn commit: r548295 - head/lang/ccl

Jimmy Olgeni olgeni at FreeBSD.org
Sat Sep 12 08:00:55 UTC 2020


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
 


More information about the svn-ports-all mailing list