aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-imagick/Makefile
diff options
context:
space:
mode:
authorJosef El-Rayes <josef@FreeBSD.org>2004-12-05 15:12:36 +0000
committerJosef El-Rayes <josef@FreeBSD.org>2004-12-05 15:12:36 +0000
commit15f9e62397e4bfba09f563ad3b9df1e54508a4b2 (patch)
treec9e2ed25db6dfc48908c5ceb41e6f25baff741a2 /graphics/pecl-imagick/Makefile
parentcd530f3682471f0c31c1db3db71f4b2598c1e067 (diff)
downloadports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.tar.gz
ports-15f9e62397e4bfba09f563ad3b9df1e54508a4b2.zip
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
Notes
Notes: svn path=/head/; revision=123234
Diffstat (limited to 'graphics/pecl-imagick/Makefile')
-rw-r--r--graphics/pecl-imagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index c61746250db5..76c90d06142e 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= imagick
PORTVERSION= 0.9.11
+PORTREVISION= 1
CATEGORIES= graphics pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -16,7 +17,7 @@ DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to manipulate images
-LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick
USE_PHP= yes
USE_PHPEXT= yes