summaryrefslogtreecommitdiff
path: root/emulators/emulationstation
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/emulationstation
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/emulationstation')
-rw-r--r--emulators/emulationstation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/emulationstation/Makefile b/emulators/emulationstation/Makefile
index 1349a99847b..0362a772917 100644
--- a/emulators/emulationstation/Makefile
+++ b/emulators/emulationstation/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/05 00:19:59 maya Exp $
DISTNAME= abba19584636c28cd98e3810e857f493cb63d06c
PKGNAME= emulationstation-2.0.0_rc1_20150210
@@ -15,7 +15,7 @@ LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES+= c c++
-GCC_REQD= 4.7 # C++11
+GCC_REQD+= 4.7 # C++11
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)