diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-07-17 22:36:27 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-07-17 22:36:27 +0000 |
commit | 9765b6dd2f8790e332d9e36105c8dd6e3dee2219 (patch) | |
tree | d933a95951a563aca4288cf204d5e0d11b6c1e82 /net-p2p | |
parent | 3a244aa8ea9f9e8f76e2552be539750aab040c7f (diff) |
- Append CONFIGURE_ARGS for ImageMagick.
PR: ports/125577
Submitted by: liangtai <ss2pxd1c@yahoo.co.jp>
Notes
Notes:
svn path=/head/; revision=216983
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 1 |
2 files changed, 2 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 diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index c96239756ec8..a979aa06a3b8 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/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 |