summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2017-01-09 07:00:47 +0000
committerAlberto Villa <avilla@FreeBSD.org>2017-01-09 07:00:47 +0000
commit85c60133c9823b45607a37c054b7de101a25b508 (patch)
tree2592cf1d8973a94de0434f087b0f0e45b01bb952 /multimedia
parentscience/vmd: correct the wording of numpy keyword (diff)
- Remove soversion from RUN_DEPENDS
Reported by: adamw
Notes
Notes: svn path=/head/; revision=430913
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/shotcut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile
index bfc432dbaa2d..7921b18c71b5 100644
--- a/multimedia/shotcut/Makefile
+++ b/multimedia/shotcut/Makefile
@@ -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