svn commit: r430913 - head/multimedia/shotcut

Alberto Villa avilla at FreeBSD.org
Mon Jan 9 07:00:49 UTC 2017


Author: avilla
Date: Mon Jan  9 07:00:47 2017
New Revision: 430913
URL: https://svnweb.freebsd.org/changeset/ports/430913

Log:
  - Remove soversion from RUN_DEPENDS
  
  Reported by:	adamw

Modified:
  head/multimedia/shotcut/Makefile

Modified: head/multimedia/shotcut/Makefile
==============================================================================
--- head/multimedia/shotcut/Makefile	Mon Jan  9 06:03:05 2017	(r430912)
+++ head/multimedia/shotcut/Makefile	Mon Jan  9 07:00:47 2017	(r430913)
@@ -11,8 +11,8 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libmlt.so:multimedia/mlt
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
-		${LOCALBASE}/lib/libjack.so.0:audio/jack \
-		${LOCALBASE}/lib/libSDL-1.2.so.0:devel/sdl12
+		${LOCALBASE}/lib/libjack.so:audio/jack \
+		${LOCALBASE}/lib/libSDL-1.2.so:devel/sdl12
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework


More information about the svn-ports-all mailing list