aboutsummaryrefslogtreecommitdiff
path: root/www/typo3-11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3-11/Makefile')
-rw-r--r--www/typo3-11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile
index a0474ff06563..11077a71ab7f 100644
--- a/www/typo3-11/Makefile
+++ b/www/typo3-11/Makefile
@@ -64,9 +64,9 @@ ZLIB_USE= PHP=zlib
.if ${PORT_OPTIONS:MIMAGICK}
.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS+= convert:graphics/ImageMagick7
+USES+= magick:7,run
.else
-RUN_DEPENDS+= convert:graphics/ImageMagick7-nox11
+USES+= magick:7,run,nox11
.endif
.endif