From owner-svn-ports-head@FreeBSD.ORG Wed Nov 12 21:00:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ED10BFD; Wed, 12 Nov 2014 21:00:56 +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 5BB7A82C; Wed, 12 Nov 2014 21:00:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sACL0uCr091919; Wed, 12 Nov 2014 21:00:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sACL0uS8091918; Wed, 12 Nov 2014 21:00:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411122100.sACL0uS8091918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 12 Nov 2014 21:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372502 - head/emulators/linux-c6 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.18-1 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: Wed, 12 Nov 2014 21:00:56 -0000 Author: antoine Date: Wed Nov 12 21:00:55 2014 New Revision: 372502 URL: https://svnweb.freebsd.org/changeset/ports/372502 QAT: https://qat.redports.org/buildarchive/r372502/ Log: Fix DEPENDS Modified: head/emulators/linux-c6/Makefile Modified: head/emulators/linux-c6/Makefile ============================================================================== --- head/emulators/linux-c6/Makefile Wed Nov 12 20:11:15 2014 (r372501) +++ head/emulators/linux-c6/Makefile Wed Nov 12 21:00:55 2014 (r372502) @@ -87,7 +87,7 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PO linux-c6-tiff>0:${PORTSDIR}/graphics/linux-c6-tiff \ linux-c6-jpeg>0:${PORTSDIR}/graphics/linux-c6-jpeg \ linux-c6-glx-utils>0:${PORTSDIR}/graphics/linux-c6-glx-utils \ - linux-c6-gdk-pixbuf>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf \ + linux-c6-gdk-pixbuf2>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf \ linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo OPTIONS_DEFINE= NVIDIA_GL