diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
commit | 0251314951e32c83040acf073edf5d16ce34ac81 (patch) | |
tree | 41c46c8d8f40b26a4e1b3d0dc679916973d043d5 /net-p2p/qbittorrent-22/Makefile | |
parent | 99db5e3d3bc7f015d36e307870832367558690d5 (diff) | |
download | ports-0251314951e32c83040acf073edf5d16ce34ac81.tar.gz ports-0251314951e32c83040acf073edf5d16ce34ac81.zip |
Notes
Diffstat (limited to 'net-p2p/qbittorrent-22/Makefile')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 8ae0edea4d84..0162153d8ebd 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/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 |