diff options
Diffstat (limited to 'www/typo345')
-rw-r--r-- | www/typo345/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/typo345/Makefile b/www/typo345/Makefile index 576434646773..22af52efb435 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -49,7 +49,7 @@ USE_PHP+= gd .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11 +RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick .endif .if defined(WITH_MBSTRING) |