From owner-svn-ports-head@FreeBSD.ORG Fri Jan 24 05:40:53 2014 Return-Path: Delivered-To: svn-ports-head@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 6D72C4B6; Fri, 24 Jan 2014 05:40:53 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59FF9168C; Fri, 24 Jan 2014 05:40:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0O5erWg064112; Fri, 24 Jan 2014 05:40:53 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0O5erbK064111; Fri, 24 Jan 2014 05:40:53 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201401240540.s0O5erbK064111@svn.freebsd.org> From: Olli Hauer Date: Fri, 24 Jan 2014 05:40:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340878 - head/graphics/py-pyglet 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.17 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, 24 Jan 2014 05:40:53 -0000 Author: ohauer Date: Fri Jan 24 05:40:52 2014 New Revision: 340878 URL: http://svnweb.freebsd.org/changeset/ports/340878 QAT: https://qat.redports.org/buildarchive/r340878/ Log: - fix INDEX building (remove forgotten \ in r340875) Modified: head/graphics/py-pyglet/Makefile Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Fri Jan 24 05:05:36 2014 (r340877) +++ head/graphics/py-pyglet/Makefile Fri Jan 24 05:40:52 2014 (r340878) @@ -14,7 +14,7 @@ COMMENT= Cross-platform windowing and mu LICENSE= BSD LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:${PORTSDIR}/multimedia/avbin USE_PYTHON= yes