diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-12 19:34:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-12 19:34:35 +0000 |
commit | 60fd3e4698725e3f6e72cf72e9a4be40ed91b4cd (patch) | |
tree | f14755e4369a84e1517043042f305f75b46da1ee /www/galeon | |
parent | Add djvulibre, which was repo-copied, upgraded, but never added to the (diff) |
Victims of Mozilla update to 0.9.9.
Notes
Notes:
svn path=/head/; revision=55945
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 0f13fbb773b6..19055c5dc840 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/ LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -#BROKEN= "b0rken with Mozilla-0.9.1" +BROKEN= "b0rken with Mozilla-0.9.9" #WITH_FULL_MOZILLA= "Problems with missed scrollbars when linked with mozilla-embedded" |