summaryrefslogtreecommitdiff
path: root/emulators/mame/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-07-05 00:19:59 +0000
committermaya <maya@pkgsrc.org>2016-07-05 00:19:59 +0000
commite3854148ed2b504bd1d2029659308ea54ece3ca0 (patch)
treec8c5c76de3277792eda5c3f32c1dd07de687fbcc /emulators/mame/Makefile
parent04648ffb89a0486d8bcf1b0967ec6c6c65b9a129 (diff)
downloadpkgsrc-e3854148ed2b504bd1d2029659308ea54ece3ca0.tar.gz
Avoid GCC_REQD= in favour of GCC_REQD+=
The latter allows users to override the value with a newer version.
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r--emulators/mame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index f9f0330cf07..f4974d43c35 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2016/06/30 18:05:55 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2016/07/05 00:19:59 maya Exp $
DISTNAME= mame-0.175
CATEGORIES= emulators
@@ -24,7 +24,7 @@ DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf
USE_LANGUAGES= c99 c++
# 4.9 is enough, but doesn't build with SSP support on NetBSD
-GCC_REQD= 5.3
+GCC_REQD+= 5.3
USE_TOOLS+= bsdtar gmake pkg-config
UNLIMIT_RESOURCES+= datasize
MAKE_FILE= makefile