From 80461f14ff2ee584acb77ac3c9795c45d5edb0cc Mon Sep 17 00:00:00 2001 From: mnag Date: Wed, 24 May 2006 14:21:45 +0000 Subject: - Change dependencies reflecting update in graphics/ImageMagick - Bump PORTREVISION --- www/typo3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/typo3') diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 74ef015c85d4..5c243912545c 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,7 +57,7 @@ USE_PHP+= zlib .include "${PORTSDIR}/Mk/bsd.php.mk" .if defined(WITH_IMAGICK) -LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick .endif do-install: -- cgit