diff options
Diffstat (limited to 'graphics/rubygem-rmagick/Makefile')
-rw-r--r-- | graphics/rubygem-rmagick/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile index 40fecde85646..dca05c0c3575 100644 --- a/graphics/rubygem-rmagick/Makefile +++ b/graphics/rubygem-rmagick/Makefile @@ -2,6 +2,7 @@ PORTNAME= rmagick PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -17,10 +18,11 @@ OPTIONS_DEFAULT= X11 .include <bsd.port.options.mk> +USES= pkgconfig .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick .else -LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 +LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11 .endif .include <bsd.port.mk> |