svn commit: r340878 - head/graphics/py-pyglet

Olli Hauer ohauer at FreeBSD.org
Fri Jan 24 05:40:53 UTC 2014


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


More information about the svn-ports-all mailing list