Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2012 12:45:52 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r853 - in branches/experimental/www: libxul libxul19
Message-ID:  <201207081245.q68Cjq2e025355@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207081245.q68Cjq2e025355>