Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 19:50:44 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381032 - head/x11/xpra
Message-ID:  <201503111950.t2BJoiPC091356@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503111950.t2BJoiPC091356>