diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /www/typo3 | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) | |
download | ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.tar.gz ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.zip |
Notes
Diffstat (limited to 'www/typo3')
-rw-r--r-- | www/typo3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |