diff options
author | ale <ale@FreeBSD.org> | 2006-08-22 13:53:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-08-22 13:53:46 +0800 |
commit | 665ffab13ca7cfdeb3044f32e290a558eec9b5ac (patch) | |
tree | af635272e9736d307c1d40ecca865f796a40a9db /graphics/pecl-imagick | |
parent | 93d56ff3d93e1bb9378202f1a42f9de0b24c225d (diff) | |
download | freebsd-ports-gnome-665ffab13ca7cfdeb3044f32e290a558eec9b5ac.tar.gz freebsd-ports-gnome-665ffab13ca7cfdeb3044f32e290a558eec9b5ac.tar.zst freebsd-ports-gnome-665ffab13ca7cfdeb3044f32e290a558eec9b5ac.zip |
Mark DEPRECATED (expiration date 2006-09-10).
Unbreak if built with ImageMagick backend.
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) |