summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-26 21:44:59 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-26 21:44:59 +0000
commitb3a1a56ea4effb79d41e673da9fc49872d7efc66 (patch)
tree5299188d9b7a944532c6f8f52b5cabe76495130f /net
parent189e89ae534fe27a37862a812776cd62cec440e0 (diff)
downloadfreebsd-ports-b3a1a56ea4effb79d41e673da9fc49872d7efc66.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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 8cca7ae1ef86..e9562fcc6341 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