aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-01-24 13:40:52 +0800
committerohauer <ohauer@FreeBSD.org>2014-01-24 13:40:52 +0800
commitfb4686daa466964a7552040a2864476267c0d1ca (patch)
tree208b0c70a0d15d596d74399825b5dd953fe87dcb
parentc479054fb47527a2ea3707781257f5ece630e3ef (diff)
downloadfreebsd-ports-gnome-fb4686daa466964a7552040a2864476267c0d1ca.tar.gz
freebsd-ports-gnome-fb4686daa466964a7552040a2864476267c0d1ca.tar.zst
freebsd-ports-gnome-fb4686daa466964a7552040a2864476267c0d1ca.zip
- fix INDEX building (remove forgotten \ in r340875)
-rw-r--r--graphics/py-pyglet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile
index 845d25a27be2..7ccd7655613f 100644
--- a/graphics/py-pyglet/Makefile
+++ b/graphics/py-pyglet/Makefile
@@ -14,7 +14,7 @@ COMMENT= Cross-platform windowing and multimedia library for Python
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