diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-03-24 16:08:02 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-03-24 16:08:02 +0800 |
commit | a3b850a026012fdac167ec958039e03f0847bcf3 (patch) | |
tree | a3b5eeed35a29d12ab05fa019f3251c252453fd1 /deskutils | |
parent | 01894e5a92f1ac93c2632221113cef9c925f16d2 (diff) | |
download | freebsd-ports-gnome-a3b850a026012fdac167ec958039e03f0847bcf3.tar.gz freebsd-ports-gnome-a3b850a026012fdac167ec958039e03f0847bcf3.tar.zst freebsd-ports-gnome-a3b850a026012fdac167ec958039e03f0847bcf3.zip |
Remove unneeded ImageMagick dependency from deskutils/calibre.
PR: 218035
Submitted by: holindho@saunalahti.fi
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calibre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 16299cbedd89..51fea90d9c1f 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.82.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -11,8 +12,7 @@ COMMENT= Ebook management application LICENSE= GPLv3 -LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ - libfontconfig.so:x11-fonts/fontconfig \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpoppler-qt5.so:graphics/poppler-qt5 \ libwmflite.so:graphics/libwmf \ libchm.so:misc/chmlib \ |