Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 05:40:53 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340878 - head/graphics/py-pyglet
Message-ID:  <201401240540.s0O5erbK064111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401240540.s0O5erbK064111>