diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-07 09:55:22 +0000 |
commit | 6b1c2ea085bf1951e41257ab201fd078b375e85b (patch) | |
tree | 3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /deskutils | |
parent | 8f243da5eca39740bb1b2c4703ae92ce6d1b3104 (diff) | |
download | ports-6b1c2ea085bf1951e41257ab201fd078b375e85b.tar.gz ports-6b1c2ea085bf1951e41257ab201fd078b375e85b.zip |
Notes
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 \ |