diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-21 22:27:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-21 22:27:19 +0800 |
commit | 1dfe17334384c8895109baa46ff19df309070508 (patch) | |
tree | 39a5b2508c1912ea8237da7677f0e85747821b5f /www/galeon | |
parent | 404278f028ed385ccdda3765db72a030da1667f9 (diff) | |
download | freebsd-ports-gnome-1dfe17334384c8895109baa46ff19df309070508.tar.gz freebsd-ports-gnome-1dfe17334384c8895109baa46ff19df309070508.tar.zst freebsd-ports-gnome-1dfe17334384c8895109baa46ff19df309070508.zip |
Turn WITH_FULL_MOZILLA on by default due to `missed scrollbars syndrome'
observed when used with mozilla-embedded.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 |
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 |