diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-28 22:12:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-28 22:12:05 +0000 |
commit | 110d8c6fe8fffb52f36658d4e715bf3fb068159e (patch) | |
tree | db5efa6ae47abda90db9a487a8a489c9176aabab /www/galeon2 | |
parent | bfa2a3c1a4c397010a2805bea8305def4cf46b7e (diff) |
Mark BROKEN as 1.2.5 does not work with Mozilla 1.1.
Notes
Notes:
svn path=/head/; revision=65194
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index eb63ecd31f51..d4ec353e873e 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZIL WITH_FULL_MOZILLA= "Problems with SSL, general performance, and usability" +BROKEN= "Does not work with Mozilla 1.1" + .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded .else |