Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 21:02:59 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305987 - head/multimedia/transcode
Message-ID:  <201210162102.q9GL2x9r020380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Oct 16 21:02:59 2012
New Revision: 305987
URL: http://svn.freebsd.org/changeset/ports/305987

Log:
  Fix mjpegtools LIBDEPENDS.
  
  Reported by:	Jeremy Messenger <mezz.freebsd@gmail.com>
  Feature safe:	yes

Modified:
  head/multimedia/transcode/Makefile

Modified: head/multimedia/transcode/Makefile
==============================================================================
--- head/multimedia/transcode/Makefile	Tue Oct 16 18:47:10 2012	(r305986)
+++ head/multimedia/transcode/Makefile	Tue Oct 16 21:02:59 2012	(r305987)
@@ -172,7 +172,7 @@ CONFIGURE_ARGS+=	--disable-libxml2
 .endif
 
 .if ${PORT_OPTIONS:MMJPEGTOOLS}
-LIB_DEPENDS+=	lavjpeg-2:${PORTSDIR}/multimedia/mjpegtools
+LIB_DEPENDS+=	lavjpeg-2.0:${PORTSDIR}/multimedia/mjpegtools
 CONFIGURE_ARGS+=	--enable-mjpegtools
 .else
 CONFIGURE_ARGS+=	--disable-mjpegtools



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