svn commit: r499720 - head/lang/racket

Mark Linimon linimon at FreeBSD.org
Tue Apr 23 07:49:21 UTC 2019


Author: linimon
Date: Tue Apr 23 07:49:19 2019
New Revision: 499720
URL: https://svnweb.freebsd.org/changeset/ports/499720

Log:
  Pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/racket/Makefile

Modified: head/lang/racket/Makefile
==============================================================================
--- head/lang/racket/Makefile	Tue Apr 23 07:48:36 2019	(r499719)
+++ head/lang/racket/Makefile	Tue Apr 23 07:49:19 2019	(r499720)
@@ -18,12 +18,12 @@ COMMENT=	Interactive, integrated, graphical Scheme pro
 
 LICENSE=	LGPL3
 
+IGNORE_powerpc64=	./lightning/lightning.h:81:2: GNU lightning does not support the current target
+BROKEN_i386=		segfaults during build
+
 LIB_DEPENDS=	libffi.so:devel/libffi		\
 		libcairo.so:graphics/cairo	\
 		libpng.so:graphics/png
-
-IGNORE_powerpc64=	./lightning/lightning.h:81:2: GNU lightning does not support the current target
-BROKEN_i386=		segfaults during build
 
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-all mailing list