aboutsummaryrefslogtreecommitdiffstats
path: root/devel/synfig
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-11-07 17:55:22 +0800
committerkwm <kwm@FreeBSD.org>2014-11-07 17:55:22 +0800
commit1aec21de04c4f9591e65750ddb9a543fc3014459 (patch)
tree3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /devel/synfig
parent316e5aee084327bc50359056231c7227fcd175e3 (diff)
downloadfreebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.gz
freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.zst
freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.zip
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Diffstat (limited to 'devel/synfig')
-rw-r--r--devel/synfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile
index 6aa80b98268c..ef36eeea23b5 100644
--- a/devel/synfig/Makefile
+++ b/devel/synfig/Makefile
@@ -13,7 +13,7 @@ COMMENT= Vector based 2D animation package
LICENSE= GPLv3
BUILD_DEPENDS= etl>=0.04.17:${PORTSDIR}/devel/etl
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
libmng.so:${PORTSDIR}/graphics/libmng \