summaryrefslogtreecommitdiff
path: root/www/WebMagick/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
commit6b1c2ea085bf1951e41257ab201fd078b375e85b (patch)
tree3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /www/WebMagick/Makefile
parentjava/eclipse-cdt: Allow it to build with java > 1.6 (diff)
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes
Notes: svn path=/head/; revision=372250
Diffstat (limited to '')
-rw-r--r--www/WebMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 3b290b7bb608..c3dc24e952fd 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -13,7 +13,7 @@ COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails
LICENSE= GPLv2
-LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
USES= shebangfix perl5