diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-27 05:44:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-27 05:44:59 +0800 |
commit | 01e3323d8aa60498f3f07072a2224cd267b71339 (patch) | |
tree | 4efadf48a44fb25a013e76629275825a5e459245 /net | |
parent | a51b26a26288a5de45862a44a1f8c95c4ad6cd08 (diff) | |
download | freebsd-ports-graphics-01e3323d8aa60498f3f07072a2224cd267b71339.tar.gz freebsd-ports-graphics-01e3323d8aa60498f3f07072a2224cd267b71339.tar.zst freebsd-ports-graphics-01e3323d8aa60498f3f07072a2224cd267b71339.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/liferea/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 8cca7ae1ef8..e9562fcc634 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -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 |