From 1aec21de04c4f9591e65750ddb9a543fc3014459 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 7 Nov 2014 09:55:22 +0000 Subject: Remove * from LIB_DEPENDS lines and specify the default library name for ImageMagick. Using '*' it is unsupported and potention bugs here. --- graphics/kipi-plugin-videoslideshow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/kipi-plugin-videoslideshow') diff --git a/graphics/kipi-plugin-videoslideshow/Makefile b/graphics/kipi-plugin-videoslideshow/Makefile index 404a1a389d8c..553fbc830dc5 100644 --- a/graphics/kipi-plugin-videoslideshow/Makefile +++ b/graphics/kipi-plugin-videoslideshow/Makefile @@ -8,7 +8,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} -LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libQtGStreamer-0.10.so:${PORTSDIR}/multimedia/gstreamer-qt4 KIPI_PLUGIN= videoslideshow -- cgit