diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-07 17:55:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-07 17:55:22 +0800 |
commit | 1aec21de04c4f9591e65750ddb9a543fc3014459 (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /deskutils | |
parent | 316e5aee084327bc50359056231c7227fcd175e3 (diff) | |
download | freebsd-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 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 204070f378a6..da3afc8493e2 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 \ |