summaryrefslogtreecommitdiff
path: root/www/firefox3
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-12-17 20:06:43 +0000
committertnn <tnn@pkgsrc.org>2008-12-17 20:06:43 +0000
commit297f53dde6cbb644ad60248b842cbb00c9674329 (patch)
tree8b69248728368cc6b0832107e22438563c7dcdd6 /www/firefox3
parent6fd969a86f9d6b525e584209f6b27264aa72b3ec (diff)
downloadpkgsrc-297f53dde6cbb644ad60248b842cbb00c9674329.tar.gz
revert the sqlite3 change while I try to figure out a real fix.
Diffstat (limited to 'www/firefox3')
-rw-r--r--www/firefox3/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index d88c39aca2b..bb4f277cf33 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/12/17 19:50:42 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2008/12/17 20:06:43 tnn Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
COMMENT= Lightweight gecko-based web browser
@@ -88,7 +88,8 @@ CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
CONFIGURE_ARGS+= --disable-dbus
# Avoids needing curl on Linux
CONFIGURE_ARGS+= --disable-crashreporter
-CONFIGURE_ARGS+= --disable-system-sqlite
-#.include "../../databases/sqlite3/buildlink3.mk"
+
+#CONFIGURE_ARGS+= --enable-system-sqlite
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"