diff options
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 |