svn commit: r431076 - head/multimedia/shotcut

Alberto Villa avilla at FreeBSD.org
Tue Jan 10 11:41:58 UTC 2017


Author: avilla
Date: Tue Jan 10 11:41:57 2017
New Revision: 431076
URL: https://svnweb.freebsd.org/changeset/ports/431076

Log:
  - Fix RUN_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/shotcut/Makefile

Modified: head/multimedia/shotcut/Makefile
==============================================================================
--- head/multimedia/shotcut/Makefile	Tue Jan 10 11:01:02 2017	(r431075)
+++ head/multimedia/shotcut/Makefile	Tue Jan 10 11:41:57 2017	(r431076)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libmlt.so:multimedia/mlt
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${LOCALBASE}/lib/libjack.so:audio/jack \
-		${LOCALBASE}/lib/libSDL-1.2.so:devel/sdl12
+		${LOCALBASE}/lib/libSDL.so:devel/sdl12
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework


More information about the svn-ports-all mailing list