diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-03-28 21:41:12 +0000 |
commit | 779a04d1f707b7fdbf154d56577444fff9c0306f (patch) | |
tree | fc361b786f221cd16c431f3bbc0861f8cd3206fb /deskutils | |
parent | a9b4900f5b074ea507779dd64150eeaf1b2c1da6 (diff) | |
download | ports-779a04d1f707b7fdbf154d56577444fff9c0306f.tar.gz ports-779a04d1f707b7fdbf154d56577444fff9c0306f.zip |
Notes
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 1c2f33ff1de0..10da7855115f 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -7,7 +7,7 @@ PORTNAME= calibre PORTVERSION= 0.6.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils python MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ http://calibre-ebook.googlecode.com/files/ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ MAINTAINER= stas@FreeBSD.org COMMENT= Ebook management application -LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ wmflite:${PORTSDIR}/graphics/libwmf |