summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 14:27:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 14:27:19 +0000
commit3443971a7f25f295bcca2b3cb69ee26b2ebf83d6 (patch)
treebc60ac6e1e5a1aa52397e360a976a2f97352650a /www/galeon
parentNew port for p-interp, a UCSD/Apple Pascal p-system interpreter. (diff)
Turn WITH_FULL_MOZILLA on by default due to `missed scrollbars syndrome'
observed when used with mozilla-embedded.
Notes
Notes: svn path=/head/; revision=46589
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index e7270779c0ca..031b1c81aa86 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -21,6 +21,8 @@ RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZIL
#BROKEN= "b0rken with Mozilla-0.9.1"
+WITH_FULL_MOZILLA= "Problems with missed scrollbars when linked with mozilla-embedded"
+
.if !defined(WITH_FULL_MOZILLA)
MOZILLA= mozilla-embedded
.else