diff options
Diffstat (limited to 'net-p2p/qbittorrent/Makefile')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 8ae0edea4d84..0162153d8ebd 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -7,6 +7,7 @@ PORTNAME= qbittorrent DISTVERSION= 1.0.0rc11 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF @@ -36,7 +37,7 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick .else CONFIGURE_ARGS+=--disable-libmagick .endif |