diff options
Diffstat (limited to 'graphics/vips/Makefile')
-rw-r--r-- | graphics/vips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 9baf0b3a7971..628508884fde 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -91,9 +91,9 @@ X11_CONFIGURE_WITH= x .if ${PORT_OPTIONS:MIMAGEMAGICK} .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7 +USES+= magick:7 .else -LIB_DEPENDS+= libMagickCore-7.so:graphics/ImageMagick7-nox11 +USES+= magick:7,nox11 .endif .endif |