summaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5869e343b9c4..e10845e49180 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -65,6 +65,12 @@ NO_WERROR= yes
CONFIGURE_ARGS+= --disable-werror
.endif
+.if ${OSVERSION} < 500000
+.if ${MOZILLA}=="mozilla-devel"
+USE_GCC= 3.4
+.endif
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " By default epiphany uses www/mozilla for html rendering, but you can"