summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-03-11 19:50:43 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-03-11 19:50:43 +0000
commitc3a6058ce3ef4959a989c2ceca46901962334a18 (patch)
tree675924d091183e597a510faac55a929636533e9d
parentdevel/qt4-assistant: Fix qt4 configure to support gcc5 (diff)
Fix a typo introduced in the previous commit.
Notes
Notes: svn path=/head/; revision=381032
-rw-r--r--x11/xpra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index e3cf9c40f58c..788305c0a4a9 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libvpx.so:${PORTSDIR}/multimedia/libvpx \
libx264.so:${PORTSDIR}/multimedia/libx264 \
- libx265.so:${PORTSDIR}/multimedia/x265 \
+ libx265.so:${PORTSDIR}/multimedia/x265
USES= pkgconfig python tar:xz
USE_PYTHON= distutils