diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 07:17:46 +0000 |
commit | 3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880 (patch) | |
tree | 943066cbc1027ddc233ce2bf4862823ea6d4dd4c /www/typo345 | |
parent | 0c26a272d3687a62ca918744eb76b9daaa0a10de (diff) | |
download | ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.tar.gz ports-3b6562012dc8bf4da4e5f2a56a8b7c088dbe0880.zip |
Notes
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) |