diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-08-22 05:53:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-08-22 05:53:46 +0000 |
commit | 73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14 (patch) | |
tree | 206a7257f0a1057ed4191d0cd9e0085c41ba20a0 /graphics/pecl-imagick | |
parent | f3cfd6d57132c52720c6aec458cecbe94417745c (diff) | |
download | ports-73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14.tar.gz ports-73e4bb4e43b5584f68e9344c83e18cfe4a6d1f14.zip |
Notes
Diffstat (limited to 'graphics/pecl-imagick')
-rw-r--r-- | graphics/pecl-imagick/Makefile | 6 |
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) |