diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-01 11:05:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-01 11:05:34 +0000 |
commit | 54be1cfbec7ed009b648bf56b21ee29a4f285f1c (patch) | |
tree | 99e7c3bfb74f26ad950318fdd8b21cf533fd2071 /emulators | |
parent | 6473803eb294ced21c841c8c334771f85c249225 (diff) | |
download | pkgsrc-54be1cfbec7ed009b648bf56b21ee29a4f285f1c.tar.gz |
mame: requires gcc 7.2
https://www.mamedev.org/?p=474
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 3ef9e54b885..ddb473fccbc 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2019/11/08 09:44:17 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2019/12/01 11:05:34 wiz Exp $ DISTNAME= mame-0.215 CATEGORIES= emulators @@ -20,7 +20,7 @@ DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= c99 c++ -GCC_REQD+= 5 +GCC_REQD+= 7.2 USE_TOOLS+= bsdtar gmake pkg-config UNLIMIT_RESOURCES+= datasize MAKE_FILE= makefile |