diff options
author | jkim <jkim@FreeBSD.org> | 2015-03-12 03:50:43 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-03-12 03:50:43 +0800 |
commit | c9f072cc607d62df05602b731a5cc37d01aeedff (patch) | |
tree | 675924d091183e597a510faac55a929636533e9d /x11/xpra | |
parent | c2399bde71fcb1cc7a4b19b76d36781d12c6a7e7 (diff) | |
download | freebsd-ports-gnome-c9f072cc607d62df05602b731a5cc37d01aeedff.tar.gz freebsd-ports-gnome-c9f072cc607d62df05602b731a5cc37d01aeedff.tar.zst freebsd-ports-gnome-c9f072cc607d62df05602b731a5cc37d01aeedff.zip |
Fix a typo introduced in the previous commit.
Diffstat (limited to 'x11/xpra')
-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 |