Date: Thu, 29 Nov 2018 11:04:23 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486164 - head/emulators/lisaem Message-ID: <201811291104.wATB4NNT059362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291104.wATB4NNT059362>