aboutsummaryrefslogtreecommitdiff
path: root/www/galeon/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
commitdfedea1e4d117814a0d0056f8de8d65ed97c88c7 (patch)
tree3cdbb937fb29f3b02b4c40a6c34e666f82b94c64 /www/galeon/Makefile
parent0d252eea07c8a02b08a98c9320479a9404662a94 (diff)
downloadports-dfedea1e4d117814a0d0056f8de8d65ed97c88c7.tar.gz
ports-dfedea1e4d117814a0d0056f8de8d65ed97c88c7.zip
Notes
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r--www/galeon/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 4f84383b25bb..450fa3641cda 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -67,6 +67,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 the port uses www/mozilla for html rendering, but you can"