diff options
Diffstat (limited to 'math/gri/Makefile')
-rw-r--r-- | math/gri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile index c8a13310bc8e..5c887edc0cf1 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES} -BUILD_DEPENDS+= convert:graphics/ImageMagick6 +USES+= magick:6,build .endif post-patch: |