summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
committerkwm <kwm@FreeBSD.org>2014-11-07 09:55:22 +0000
commit1aec21de04c4f9591e65750ddb9a543fc3014459 (patch)
tree3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14
parent316e5aee084327bc50359056231c7227fcd175e3 (diff)
downloadFreeBSD-ports-1aec21de04c4f9591e65750ddb9a543fc3014459.zip
FreeBSD-ports-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.gz
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
-rw-r--r--audio/mp3plot/Makefile2
-rw-r--r--databases/virtuoso/Makefile2
-rw-r--r--deskutils/calibre/Makefile2
-rw-r--r--devel/synfig/Makefile2
-rw-r--r--editors/emacs-devel/Makefile2
-rw-r--r--editors/emacs/Makefile2
-rw-r--r--graphics/autotrace/Makefile2
-rw-r--r--graphics/converseen/Makefile2
-rw-r--r--graphics/cuneiform/Makefile2
-rw-r--r--graphics/dcraw-m/Makefile2
-rw-r--r--graphics/fpc-imagemagick/Makefile2
-rw-r--r--graphics/gimp-gmic-plugin/Makefile2
-rw-r--r--graphics/inkscape/Makefile2
-rw-r--r--graphics/kipi-plugin-videoslideshow/Makefile2
-rw-r--r--graphics/libdmtx/Makefile2
-rw-r--r--graphics/npretty/Makefile2
-rw-r--r--graphics/opendx/Makefile2
-rw-r--r--graphics/pecl-imagick/Makefile4
-rw-r--r--graphics/pfstools/Makefile2
-rw-r--r--graphics/php-magickwand/Makefile2
-rw-r--r--graphics/pstoedit/Makefile2
-rw-r--r--graphics/py-wand/Makefile2
-rw-r--r--graphics/reallyslick/Makefile2
-rw-r--r--graphics/rubygem-rmagick/Makefile4
-rw-r--r--graphics/zbar/Makefile2
-rw-r--r--multimedia/dvdauthor/Makefile2
-rw-r--r--multimedia/libxine/Makefile2
-rw-r--r--multimedia/transcode/Makefile2
-rw-r--r--security/libfprint/Makefile2
-rw-r--r--www/WebMagick/Makefile2
-rw-r--r--www/tengine/Makefile2
-rw-r--r--x11/xlockmore/Makefile2
32 files changed, 34 insertions, 34 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index 2ce75b8..0fc7741 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -28,7 +28,7 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
GD_CONFIGURE_ENABLE= gd
GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
IMAGEMAGICK_CONFIGURE_ENABLE= magick
-IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
post-patch:
@${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index 82bd657..15ff87b 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -68,7 +68,7 @@ check:
.if ${PORT_OPTIONS:MIMAGEMAGICK}
CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE}
-LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
PLIST_SUB+= WITH_IMAGEMAGICK=""
.else
CONFIGURE_ARGS+=--disable-imagemagick
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 204070f..da3afc8 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
MAINTAINER= rnejdl@ringofsaturn.com
COMMENT= Ebook management application
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \
libwmflite.so:${PORTSDIR}/graphics/libwmf \
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile
index 6aa80b9..ef36eee 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 \
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index c5ee774..471d365 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -155,7 +155,7 @@ M17N_CONFIGURE_WITH= m17n-flt
OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf
OTF_CONFIGURE_WITH= libotf
-MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
MAGICK_CONFIGURE_WITH= imagemagick
GSETTINGS_USE= gnome=glib20
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 8e90ca9..aaa7dcc 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -166,7 +166,7 @@ M17N_CONFIGURE_WITH= m17n-flt
OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf
OTF_CONFIGURE_WITH= libotf
-MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
MAGICK_CONFIGURE_WITH= imagemagick
GSETTINGS_USE= gnome=glib20
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 4c09f9a..6bf50ab 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT
MING_DESC= Enable swf interface
PSTOEDIT_DESC= Convert postscript to other formats
-IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
IMAGEMAGICK_CONFIGURE_OFF= --without-magick
MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming
diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile
index 357642b..29041b6 100644
--- a/graphics/converseen/Makefile
+++ b/graphics/converseen/Makefile
@@ -11,7 +11,7 @@ COMMENT= Easy to use graphics conversion utility
LICENSE= GPLv3
-LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
USES= cmake gettext iconv tar:bzip2
USE_QT4= corelib gui linguist_build moc_build qmake_build \
diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile
index d85b2e7..9a2842d 100644
--- a/graphics/cuneiform/Makefile
+++ b/graphics/cuneiform/Makefile
@@ -27,7 +27,7 @@ OPTIONS_DEFINE= IMAGEMAGICK
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAGEMAGICK}
-LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
.endif
post-patch:
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile
index a48cabb..5d63feb 100644
--- a/graphics/dcraw-m/Makefile
+++ b/graphics/dcraw-m/Makefile
@@ -18,7 +18,7 @@ EXPIRATION_DATE= 2014-11-26
LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \
libjpeg.so:${PORTSDIR}/graphics/jpeg \
liblcms.so:${PORTSDIR}/graphics/lcms \
- libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+ libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
PLIST_FILES= bin/dcraw-m
diff --git a/graphics/fpc-imagemagick/Makefile b/graphics/fpc-imagemagick/Makefile
index 75482f2..2feb64a 100644
--- a/graphics/fpc-imagemagick/Makefile
+++ b/graphics/fpc-imagemagick/Makefile
@@ -18,6 +18,6 @@ OPTIONS_DEFINE= IMAGEMAGICK
IMAGEMAGICK_DESC= Install ImageMagick image proccesing tool
OPTIONS_DEFAULT= IMAGEMAGICK
-IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index 01d76eb8..2a85925 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -14,7 +14,7 @@ COMMENT= GREYC's Magic Image Converter
LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
- libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+ libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 5fa4a4c..759480b 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
liblcms.so:${PORTSDIR}/graphics/lcms \
libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \
libpng15.so:${PORTSDIR}/graphics/png \
- libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+ libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL
USE_GNOME= gtkmm24 intlhack libxslt
diff --git a/graphics/kipi-plugin-videoslideshow/Makefile b/graphics/kipi-plugin-videoslideshow/Makefile
index 404a1a3..553fbc8 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
diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile
index 870e0b8..18cc099 100644
--- a/graphics/libdmtx/Makefile
+++ b/graphics/libdmtx/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
USES= tar:bzip2 libtool
GNU_CONFIGURE= yes
diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile
index f992106..111fa25 100644
--- a/graphics/npretty/Makefile
+++ b/graphics/npretty/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \
p5-forks>=0:${PORTSDIR}/devel/p5-forks
-LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
NO_BUILD= yes
USES= perl5 shebangfix
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 7f2b170..940730c9 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= IBM's Open Visualization Data Explorer
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libtiff.so:${PORTSDIR}/graphics/tiff \
libcdf.so:${PORTSDIR}/science/cdf
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index f1971a0..bfa220b 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -16,8 +16,8 @@ LICENSE= PHP301
OPTIONS_DEFINE= X11
-X11_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
-X11_LIB_DEPENDS_OFF= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
+X11_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
+X11_LIB_DEPENDS_OFF= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick-nox11
USES= pkgconfig tar:tgz
USE_PHP= yes
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile
index a1115cd..0504b4f 100644
--- a/graphics/pfstools/Makefile
+++ b/graphics/pfstools/Makefile
@@ -51,7 +51,7 @@ QT_USE= QT4=moc_build,corelib,gui
QT_CONFIGURE_ENABLE= qt
IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick
-IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
GDAL_CONFIGURE_ENABLE= gdal
GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal
diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile
index fbaeda8..be6262f 100644
--- a/graphics/php-magickwand/Makefile
+++ b/graphics/php-magickwand/Makefile
@@ -12,7 +12,7 @@ DISTNAME= MagickWandForPHP-${PORTVERSION}
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP extension to manipulate images
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
USES= pkgconfig
USE_PHP= yes
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index 428a9ff..c7449cb 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -39,7 +39,7 @@ EMF_LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf
EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF
EMF__CONFIGURE_OFF= --without-emf
-MAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+MAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
MAGICK_CONFIGURE_ON= --with-magick
MAGICK_CONFIGURE_OFF= --without-magick
diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile
index 24a0d30..c783841 100644
--- a/graphics/py-wand/Makefile
+++ b/graphics/py-wand/Makefile
@@ -11,7 +11,7 @@ COMMENT= MagickWand Python binding
LICENSE= MIT
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
USES= python
USE_PYTHON= distutils autoplist
diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile
index fc1f7aa..f383a6c 100644
--- a/graphics/reallyslick/Makefile
+++ b/graphics/reallyslick/Makefile
@@ -11,7 +11,7 @@ DISTNAME= rss-glx_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL screensaver collection
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libGLC.so:${PORTSDIR}/graphics/quesoglc
USE_GL= glut
diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile
index 6f73528..48d8cae 100644
--- a/graphics/rubygem-rmagick/Makefile
+++ b/graphics/rubygem-rmagick/Makefile
@@ -19,9 +19,9 @@ OPTIONS_DEFAULT= X11
USES= pkgconfig
.if ${PORT_OPTIONS:MX11}
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
.else
-LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
+LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.include <bsd.port.mk>
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile
index a8dc998..d427c6c 100644
--- a/graphics/zbar/Makefile
+++ b/graphics/zbar/Makefile
@@ -29,7 +29,7 @@ X11_USE= XORG=ice,sm,x11,xau,xcb,xdmcp,xext,xv
X11_CONFIGURE_ON= --with-x=yes
X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv
-IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick=yes
IMAGEMAGICK_CONFIGURE_OFF= --with-imagemagick=no
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 364ab96..afcad3a 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -45,7 +45,7 @@ PAL_DESC= Default video format PAL
SUB_FILES= README.FreeBSD
-IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
.include <bsd.port.options.mk>
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index fd5ff20..1865765 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest
.endif
.if ${PORT_OPTIONS:MIMAGEMAGICK}
-LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
PLIST_SUB+= WITH_IMAGEMAGICK=""
.else
PLIST_SUB+= WITH_IMAGEMAGICK="@comment "
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 25dcb91..1eac9aa 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -100,7 +100,7 @@ SDL_USE= SDL=sdl
SDL_CONFIGURE_ENABLE= sdl
SDL_CONFIGURE_ENV_ON= SDL_CONFIG="${SDL_CONFIG}"
-IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick-prefix=${LOCALBASE}
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 49420d9..d70d4e8 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= lichray@gmail.com
COMMENT= Library for fingerprint reader devices
-LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \
libnss3.so:${PORTSDIR}/security/nss
GNU_CONFIGURE= yes
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 3b290b7..c3dc24e 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
diff --git a/www/tengine/Makefile b/www/tengine/Makefile
index 8dbcdfd..3f7b7ac 100644
--- a/www/tengine/Makefile
+++ b/www/tengine/Makefile
@@ -461,7 +461,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libavutil.so:${PORTSDIR}/multimedia/ffmpeg \
libswscale.so:${PORTSDIR}/multimedia/ffmpeg \
- libMagickWand.so:${PORTSDIR}/graphics/ImageMagick
+ libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.2.0
GIT_VIDEO_THUMBEXTRACTOR_VERSION= 0-g9406457
MASTER_SITES+= https://github.com/wandenberg/nginx-video-thumbextractor-module/tarball/${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}/:videothumbextractor
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 5e4d1aa..70edda6 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --enable-customization
.endif
.if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
.else
CONFIGURE_ARGS+= --without-magick
.endif
OpenPOWER on IntegriCloud