[SVN-Commit] r1544 - trunk/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Mar 11 01:45:04 UTC 2014


Author: jbeich
Date: Tue Mar 11 01:44:57 2014
New Revision: 1544

Log:
update common dependencies

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Tue Mar 11 01:44:50 2014	(r1543)
+++ trunk/Mk/bsd.gecko.mk	Tue Mar 11 01:44:57 2014	(r1544)
@@ -500,11 +500,10 @@
 MOZILLA_BIN?=	${PORTNAME}-bin
 MOZILLA_EXEC_NAME?=${MOZILLA}
 MOZ_RPATH?=	${MOZILLA}
-USE_GNOME+=	libidl desktopfileutils
+USE_GNOME+=	desktopfileutils
 USES+=		compiler:c++11-lib gmake iconv perl5 pkgconfig
 USE_PERL5=	build
-USE_XORG=	printproto sm xt xi xext x11 xinerama \
-		ice xproto
+USE_XORG=	xext xrender xt
 
 NO_STAGE=	yes
 
@@ -787,6 +786,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MTEST}
+USE_XORG+=		xscrnsaver
 MOZ_OPTIONS+=	--enable-tests
 .else
 MOZ_OPTIONS+=	--disable-tests


More information about the freebsd-gecko mailing list