diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-03-11 19:50:43 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-03-11 19:50:43 +0000 |
commit | c3a6058ce3ef4959a989c2ceca46901962334a18 (patch) | |
tree | 675924d091183e597a510faac55a929636533e9d | |
parent | devel/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/Makefile | 2 |
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 |