diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-22 10:56:45 +0000 |
commit | 0251314951e32c83040acf073edf5d16ce34ac81 (patch) | |
tree | 41c46c8d8f40b26a4e1b3d0dc679916973d043d5 /www/typo346 | |
parent | 99db5e3d3bc7f015d36e307870832367558690d5 (diff) | |
download | ports-0251314951e32c83040acf073edf5d16ce34ac81.tar.gz ports-0251314951e32c83040acf073edf5d16ce34ac81.zip |
Notes
Diffstat (limited to 'www/typo346')
-rw-r--r-- | www/typo346/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/typo346/Makefile b/www/typo346/Makefile index a3ff1a33e54f..b4c13fb7af8c 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -7,6 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -42,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick .endif do-install: |