diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-11 20:54:22 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-11 20:54:22 +0000 |
commit | 7c29ed9db4c66436c3f98b097e464d02078a2d08 (patch) | |
tree | d88a5f63a459734314f6fb890ffbe74b2b209d2a /graphics/pecl-imagick/Makefile | |
parent | cbd721477d470001267fc854bd4867de732811da (diff) | |
download | ports-7c29ed9db4c66436c3f98b097e464d02078a2d08.tar.gz ports-7c29ed9db4c66436c3f98b097e464d02078a2d08.zip |
Notes
Diffstat (limited to 'graphics/pecl-imagick/Makefile')
-rw-r--r-- | graphics/pecl-imagick/Makefile | 5 |
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 |