summaryrefslogtreecommitdiff
path: root/www/typo3-lts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3-lts/Makefile')
-rw-r--r--www/typo3-lts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3-lts/Makefile b/www/typo3-lts/Makefile
index 95f69b6a8993..715d72426c02 100644
--- a/www/typo3-lts/Makefile
+++ b/www/typo3-lts/Makefile
@@ -52,9 +52,9 @@ ZLIB_USE= PHP=zlib
.if ${PORT_OPTIONS:MIMAGICK}
.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= convert:graphics/ImageMagick
.else
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
+RUN_DEPENDS+= convert:graphics/ImageMagick-nox11
.endif
.endif