diff options
author | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
commit | 9f74f217b1721449f260582604d62b539ee4eca0 (patch) | |
tree | e10840a903b849ecaf4e5b1b63b05156c6fb3afe /net-p2p/qbittorrent-22 | |
parent | cb7248fca8d3aebb34d5ec1b09b9d7aaf0147560 (diff) | |
download | freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.gz freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.zst freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.zip |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Diffstat (limited to 'net-p2p/qbittorrent-22')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index f3e0f0ec3d9c..1af38207fd5a 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -7,7 +7,7 @@ PORTNAME= qbittorrent DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF @@ -37,7 +37,7 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+=--with-libmagick-inc=${LOCALBASE}/include/ImageMagick .else CONFIGURE_ARGS+=--disable-libmagick |