[SVN-Commit] r451 - branches/experimental/www/firefox-devel

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Dec 1 10:26:35 UTC 2010


Author: beat
Date: Wed Dec  1 10:26:27 2010
New Revision: 451

Log:
- Allow build on tinderbox using a virtual X11 environment with Xvfb.

Submitted by:	swills@ via IRC

Modified:
   branches/experimental/www/firefox-devel/Makefile

Modified: branches/experimental/www/firefox-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox-devel/Makefile	Wed Dec  1 09:35:11 2010	(r450)
+++ branches/experimental/www/firefox-devel/Makefile	Wed Dec  1 10:26:27 2010	(r451)
@@ -80,7 +80,7 @@
 .if defined(WITH_PGO)
 BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
 USE_PYTHON_BUILD=	yes
-IS_INTERACTIVE=		yes
+USE_DISPLAY=		yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
 
 MAKEFILE=	client.mk


More information about the freebsd-gecko mailing list