From 485e83157e9fc921d3be164b0ca0cc4827a41e7e Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 16 May 2011 09:10:30 +0000 Subject: - Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected PR: ports/157055 Submitted by: Helmut Schneider (maintainer) --- www/typo3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/typo3') diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 540162de42e9..b18d899b8d1f 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 +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11 .endif .if defined(WITH_MBSTRING) -- cgit v1.2.3