The following reply was made to PR ports/146231; it has been noted by GNATS.
From: Anonymous <[email protected]> To: [email protected] 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 --- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
