summaryrefslogtreecommitdiff
path: root/www/firefox3
diff options
context:
space:
mode:
authortnn <tnn>2008-06-30 05:28:45 +0000
committertnn <tnn>2008-06-30 05:28:45 +0000
commitbdabe598dd784c186aae6c30cd1ce8d682e2cd0f (patch)
treed3845076c7f48c3438e071e6b78fea4636cb082f /www/firefox3
parentf4de5c50d6dca1d74154f1ff89bb46e804814390 (diff)
downloadpkgsrc-bdabe598dd784c186aae6c30cd1ce8d682e2cd0f.tar.gz
Don't try to build the crash reporter as it is only for Linux and depends
on curl.
Diffstat (limited to 'www/firefox3')
-rw-r--r--www/firefox3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index 87d9e496cb3..925b4ecbdac 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/28 10:01:06 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/30 05:28:45 tnn Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
COMMENT= Lightweight gecko-based web browser
@@ -79,5 +79,7 @@ CONFIGURE_ARGS+= --without-system-png
CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
# Is dbus support useful for anything?
CONFIGURE_ARGS+= --disable-dbus
+# Avoids needing curl on Linux
+CONFIGURE_ARGS+= --disable-crashreporter
.include "../../mk/bsd.pkg.mk"