Date: Mon, 14 Jun 2010 20:50:03 GMT From: Anonymous <swell.k@gmail.com> To: gecko@FreeBSD.org Subject: Re: ports/146231: [feature request] www/firefox: use port libs Message-ID: <201006142050.o5EKo3SW084528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146231; it has been noted by GNATS.
From: Anonymous <swell.k@gmail.com>
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/146231: [feature request] www/firefox: use port libs
Date: Tue, 15 Jun 2010 00:47:34 +0400
Aww, it wants LIB_DEPENDS and doesn't understand USE_SQLITE.
--- b.diff begins here ---
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 80172de..f1707f9 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -341,7 +341,7 @@ nss_LDFLAGS+= -L${LOCALBASE}/lib/nss -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
png_LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
png_MOZ_OPTIONS= --with-system-png=${LOCALBASE}
-sqlite_USE_SQLITE= yes
+sqlite_LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
sqlite_MOZ_OPTIONS= --enable-system-sqlite
xft_LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
--- b.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006142050.o5EKo3SW084528>
