aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-imagick
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-08-22 05:53:46 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-08-22 05:53:46 +0000
commit73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14 (patch)
tree206a7257f0a1057ed4191d0cd9e0085c41ba20a0 /graphics/pecl-imagick
parentf3cfd6d57132c52720c6aec458cecbe94417745c (diff)
downloadports-73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14.tar.gz
ports-73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14.zip
Notes
Diffstat (limited to 'graphics/pecl-imagick')
-rw-r--r--graphics/pecl-imagick/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile
index d8a5f37d66e7..d1ce65e9e6ca 100644
--- a/graphics/pecl-imagick/Makefile
+++ b/graphics/pecl-imagick/Makefile
@@ -17,14 +17,15 @@ DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to manipulate images
-BROKEN= Does not build
+DEPRECATED= Project is dead and does not work
+EXPIRATION_DATE= 2006-09-10
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-imagick=${LOCALBASE}
-OPTIONS= GM "Use GraphicsMagick backend" on
+OPTIONS= GM "Use GraphicsMagick backend" off
.include <bsd.port.pre.mk>
@@ -33,6 +34,7 @@ LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick
CONFIGURE_ARGS+=--with-imagick-gm
+BROKEN= Does not build
.endif
.if !defined(NOPORTDOCS)