diff options
author | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
commit | 7fca995b031b53d2861f71212f08bd954e219e18 (patch) | |
tree | 82486f9d1e4c209bcf435621c6ea2716b20d96fc /www/typo3 | |
parent | 9d2b2284eef2996a406f64dbd83781ee3ca794e5 (diff) | |
download | freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.gz freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.zst freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.zip |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Diffstat (limited to 'www/typo3')
-rw-r--r-- | www/typo3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 4c41110b6f59..a40bfc172217 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -48,7 +48,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) |