diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-30 21:10:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-30 21:10:12 +0000 |
commit | 42a76b8510ab5c2bfe29580b17886a53c6c3dd72 (patch) | |
tree | 64210bde4384844dd88b621dc54063e9119335ae /www/galeon2 | |
parent | c531e5379481ac7947ddae4f75a28272d9e1d8de (diff) | |
download | FreeBSD-ports-42a76b8510ab5c2bfe29580b17886a53c6c3dd72.zip FreeBSD-ports-42a76b8510ab5c2bfe29580b17886a53c6c3dd72.tar.gz |
Re-enable WITH_FULL_MOZILLA due to problems people have been reporting
on the lists.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 7d10e33..cb29886 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZIL #BROKEN= "b0rken with Mozilla-0.9.9" -#WITH_FULL_MOZILLA= "Problems with missed scrollbars when linked with mozilla-embedded" +WITH_FULL_MOZILLA= "Problems with SSL, general performance, and usability" .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded |