From owner-svn-ports-all@FreeBSD.ORG Sun May 11 06:00:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 022DAA5C; Sun, 11 May 2014 06:00:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E41922559; Sun, 11 May 2014 06:00:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B60pS8080898; Sun, 11 May 2014 06:00:51 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4B60phi080897; Sun, 11 May 2014 06:00:51 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201405110600.s4B60phi080897@svn.freebsd.org> From: Dirk Meyer Date: Sun, 11 May 2014 06:00:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353648 - head/www/opera X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 06:00:52 -0000 Author: dinoex Date: Sun May 11 06:00:51 2014 New Revision: 353648 URL: http://svnweb.freebsd.org/changeset/ports/353648 QAT: https://qat.redports.org/buildarchive/r353648/ Log: - make sure libxml2 is recorded Modified: head/www/opera/Makefile Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Sun May 11 05:59:17 2014 (r353647) +++ head/www/opera/Makefile Sun May 11 06:00:51 2014 (r353648) @@ -67,7 +67,7 @@ USE_GSTREAMER+= vorbis ogg theora vp8 go .endif .if ${PORT_OPTIONS:MGTK2} -USE_GNOME+= gtk20 +USE_GNOME+= gtk20 libxml2 .endif .if ${PORT_OPTIONS:MKDE4}