From 1dfe17334384c8895109baa46ff19df309070508 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 21 Aug 2001 14:27:19 +0000 Subject: Turn WITH_FULL_MOZILLA on by default due to `missed scrollbars syndrome' observed when used with mozilla-embedded. --- www/galeon2/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/galeon2/Makefile') diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index e7270779c0ca..031b1c81aa86 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/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 -- cgit