From owner-svn-ports-head@FreeBSD.ORG Fri Nov 9 22:45:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B82DD0; Fri, 9 Nov 2012 22:45:20 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 10B638FC15; Fri, 9 Nov 2012 22:45:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9MjJwv073168; Fri, 9 Nov 2012 22:45:19 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA9MjJLm073167; Fri, 9 Nov 2012 22:45:19 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201211092245.qA9MjJLm073167@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 9 Nov 2012 22:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307256 - head/java/icedtea-web X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 22:45:20 -0000 Author: jkim Date: Fri Nov 9 22:45:19 2012 New Revision: 307256 URL: http://svnweb.freebsd.org/changeset/ports/307256 Log: Add libxul19 as a possible Gecko. Feature safe: yes Modified: head/java/icedtea-web/Makefile Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Fri Nov 9 22:25:26 2012 (r307255) +++ head/java/icedtea-web/Makefile Fri Nov 9 22:45:19 2012 (r307256) @@ -52,7 +52,7 @@ CONFIGURE_ARGS+=--disable-docs .endif .if ${PORT_OPTIONS:MPLUGIN} -USE_GECKO= libxul +USE_GECKO= libxul libxul19 USE_GNOME= glib20 gtk20 USE_WEBPLUGINS= native WEBPLUGINS_DIR= ${PREFIX}/lib