svn commit: r381032 - head/x11/xpra

Jung-uk Kim jkim at FreeBSD.org
Wed Mar 11 19:50:45 UTC 2015


Author: jkim
Date: Wed Mar 11 19:50:43 2015
New Revision: 381032
URL: https://svnweb.freebsd.org/changeset/ports/381032
QAT: https://qat.redports.org/buildarchive/r381032/

Log:
  Fix a typo introduced in the previous commit.

Modified:
  head/x11/xpra/Makefile

Modified: head/x11/xpra/Makefile
==============================================================================
--- head/x11/xpra/Makefile	Wed Mar 11 19:46:41 2015	(r381031)
+++ head/x11/xpra/Makefile	Wed Mar 11 19:50:43 2015	(r381032)
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libwebp.so:${PORTSDIR}/grap
 		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


More information about the svn-ports-head mailing list