[SVN-Commit] r853 - in branches/experimental/www: libxul libxul19

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Jul 8 12:45:58 UTC 2012


Author: jbeich
Date: Sun Jul  8 12:45:51 2012
New Revision: 853

Log:
add missing gnomeui to libxul{,19}

Modified:
   branches/experimental/www/libxul/Makefile
   branches/experimental/www/libxul19/Makefile

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile	Sun Jul  8 12:45:43 2012	(r852)
+++ branches/experimental/www/libxul/Makefile	Sun Jul  8 12:45:51 2012	(r853)
@@ -69,6 +69,13 @@
 .endif
 .endif
 
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+=	libgnomeui
+MOZ_OPTIONS+=	--enable-gnomeui
+.else
+MOZ_OPTIONS+=	--disable-gnomeui
+.endif
+
 .if ${ARCH} == amd64 || ${ARCH} == i386
 BUILD_DEPENDS+=	yasm:${PORTSDIR}/devel/yasm
 .endif

Modified: branches/experimental/www/libxul19/Makefile
==============================================================================
--- branches/experimental/www/libxul19/Makefile	Sun Jul  8 12:45:43 2012	(r852)
+++ branches/experimental/www/libxul19/Makefile	Sun Jul  8 12:45:51 2012	(r853)
@@ -69,6 +69,13 @@
 .endif
 .endif
 
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+=	libgnomeui
+MOZ_OPTIONS+=	--enable-gnomeui
+.else
+MOZ_OPTIONS+=	--disable-gnomeui
+.endif
+
 .if ${PORT_OPTIONS:MJAVA}
 USE_JAVA=	yes
 JAVA_VERSION+=	1.5+


More information about the freebsd-gecko mailing list