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+ _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"