diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-29 11:04:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-29 11:04:23 +0000 |
commit | 4435eb08366cf1ceba12de35ce666734e68e41a6 (patch) | |
tree | fc0dbf51bd8c24695bf2f5cc3fc1a94955bd6d40 | |
parent | 05130b9cf27c83ab5de75ef866fd118a90769126 (diff) | |
download | freebsd-ports-4435eb08366cf1ceba12de35ce666734e68e41a6.zip |
This port links to libgraphite, which requires a newer GCC on GCC-based
architectures.
While here, pet portlint.
PR: 233577
Submitted by: Piotr Kubaj
-rw-r--r-- | emulators/lisaem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 1a959899f93e..7dec7063812c 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -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} |