diff options
Diffstat (limited to 'www/typo3/Makefile')
-rw-r--r-- | www/typo3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 628f6696a19e..30a51aa4bef3 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -48,9 +48,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 |