aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-imagick/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2012-12-11 20:54:22 +0000
committerBeech Rintoul <beech@FreeBSD.org>2012-12-11 20:54:22 +0000
commit7c29ed9db4c66436c3f98b097e464d02078a2d08 (patch)
treed88a5f63a459734314f6fb890ffbe74b2b209d2a /graphics/pecl-imagick/Makefile
parentcbd721477d470001267fc854bd4867de732811da (diff)
downloadports-7c29ed9db4c66436c3f98b097e464d02078a2d08.tar.gz
ports-7c29ed9db4c66436c3f98b097e464d02078a2d08.zip
- Bump port after ImageMagick update
- Remove version - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=308713
Diffstat (limited to 'graphics/pecl-imagick/Makefile')
-rw-r--r--graphics/pecl-imagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index baeff5cc1bef..35a037c08115 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= imagick
DISTVERSION= 3.1.0RC2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -17,9 +18,9 @@ MAINTAINER= mm@FreeBSD.org
COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library
.if !defined(WITHOUT_X11)
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick
.else
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick-nox11
+LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
LICENSE= PHP301