diff options
Diffstat (limited to 'www/firefox/mozilla-common.mk')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index e14175ff8dc..7b94051e48d 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.115 2018/09/16 09:11:54 maya Exp $ +# $NetBSD: mozilla-common.mk,v 1.116 2018/09/21 10:11:19 jperkin Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -48,7 +48,7 @@ test: TOOLS_PLATFORM.tar= ${TOOLS_PATH.bsdtar} USE_TOOLS+= bsdtar .endif -GCC_REQD= 6.1 +GCC_REQD+= 6.1 .if !empty(MACHINE_PLATFORM:MNetBSD-[0-7]**-*) || \ !empty(MACHINE_PLATFORM:MNetBSD-8.[0-8]*-*) USE_PKGSRC_GCC_RUNTIME= yes |