Liferea 1.0 does not build against Firefox 1.5. This prevents

x11/gnome2-fifth-toe from being installable. As a result, I'm
preventing liferea from trying to build the mozilla plugin
if WITH_MOZILLA=firefox. Hopefully Liferea will release a
patch or something soon.

Apologies to the maintainer, as this is an unapproved commit.
This commit is contained in:
Adam Weinberger 2005-12-26 21:44:59 +00:00
parent 189e89ae53
commit b3a1a56ea4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152127

View file

@ -38,8 +38,9 @@ MOZILLA= mozilla-devel
MOZ_BUILD= mozilla
MOZ_SUFFIX= -devel
.elif ${WITH_MOZILLA}=="firefox"
MOZILLA= firefox
MOZ_BUILD= firefox
# Firefox build is broken in liferea-1.0 with firefox-1.5
#MOZILLA= firefox
#MOZ_BUILD= firefox
.else
IGNORE= : Available options for WITH_MOZILLA are: mozilla mozilla-devel firefox
.endif