svn commit: r486164 - head/emulators/lisaem

Mark Linimon linimon at FreeBSD.org
Thu Nov 29 11:04:24 UTC 2018


Author: linimon
Date: Thu Nov 29 11:04:23 2018
New Revision: 486164
URL: https://svnweb.freebsd.org/changeset/ports/486164

Log:
  This port links to libgraphite, which requires a newer GCC on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		233577
  Submitted by:	Piotr Kubaj

Modified:
  head/emulators/lisaem/Makefile

Modified: head/emulators/lisaem/Makefile
==============================================================================
--- head/emulators/lisaem/Makefile	Thu Nov 29 10:40:44 2018	(r486163)
+++ head/emulators/lisaem/Makefile	Thu Nov 29 11:04:23 2018	(r486164)
@@ -9,12 +9,12 @@ MASTER_SITES=	http://lisaem.sunder.net/downloads/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Apple Lisa 2 Emulator
 
-BUILD_DEPENDS=	pngtopnm:graphics/netpbm
-
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler tar:bzip2
+BUILD_DEPENDS=	pngtopnm:graphics/netpbm
+
+USES=		compiler:c++11-lang tar:bzip2
 USE_WX=		2.8
 
 BINARY_ALIAS=	wx-config=${WX_CONFIG}


More information about the svn-ports-all mailing list