diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-29 06:12:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-29 06:12:05 +0800 |
commit | f740b23a76c6d2512a7d4b03d11c03c9c4167f6e (patch) | |
tree | 1e1c7bd0f57f0e72582ccd2877bc52494cd2e172 /www/galeon | |
parent | f6e4ec2494f7b04ce6af9fde5eaae2c6f639c9c1 (diff) | |
download | freebsd-ports-gnome-f740b23a76c6d2512a7d4b03d11c03c9c4167f6e.tar.gz freebsd-ports-gnome-f740b23a76c6d2512a7d4b03d11c03c9c4167f6e.tar.zst freebsd-ports-gnome-f740b23a76c6d2512a7d4b03d11c03c9c4167f6e.zip |
Mark BROKEN as 1.2.5 does not work with Mozilla 1.1.
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 eb63ecd31f51..d4ec353e873e 100644 --- a/www/galeon/Makefile +++ b/www/galeon/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 |