summaryrefslogtreecommitdiffstats
path: root/net/liferea
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-12-26 21:44:59 +0000
committeradamw <adamw@FreeBSD.org>2005-12-26 21:44:59 +0000
commit01e3323d8aa60498f3f07072a2224cd267b71339 (patch)
tree4efadf48a44fb25a013e76629275825a5e459245 /net/liferea
parenta51b26a26288a5de45862a44a1f8c95c4ad6cd08 (diff)
downloadFreeBSD-ports-01e3323d8aa60498f3f07072a2224cd267b71339.zip
FreeBSD-ports-01e3323d8aa60498f3f07072a2224cd267b71339.tar.gz
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/liferea')
-rw-r--r--net/liferea/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 8cca7ae..e9562fc 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
OpenPOWER on IntegriCloud