diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-07-18 06:36:27 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-07-18 06:36:27 +0800 |
commit | 662c3400e9c34cb24fea1c582762ba98ce0d1601 (patch) | |
tree | 857089549769f75c7269fdff4b4cb8bb376cc2e9 /net-p2p/qbittorrent-22 | |
parent | a3b1a39a473fa21cc389786df095df3b3f1ec038 (diff) | |
download | freebsd-ports-gnome-662c3400e9c34cb24fea1c582762ba98ce0d1601.tar.gz freebsd-ports-gnome-662c3400e9c34cb24fea1c582762ba98ce0d1601.tar.zst freebsd-ports-gnome-662c3400e9c34cb24fea1c582762ba98ce0d1601.zip |
- Append CONFIGURE_ARGS for ImageMagick.
PR: ports/125577
Submitted by: liangtai <ss2pxd1c@yahoo.co.jp>
Diffstat (limited to 'net-p2p/qbittorrent-22')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index c96239756ec8..a979aa06a3b8 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -38,6 +38,7 @@ MANCOMPRESSED= yes .if defined(WITH_IMAGEMAGICK) LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +CONFIGURE_ARGS+=--with-libmagick-inc=${LOCALBASE}/include/ImageMagick .else CONFIGURE_ARGS+=--disable-libmagick .endif |