aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-13 02:41:15 +0800
committerpav <pav@FreeBSD.org>2007-11-13 02:41:15 +0800
commit6ba9a7cc61f88a3e4f05d2cbbe38a85494e21112 (patch)
treef786651d53d768b639bc24767453d73eef8b8684
parentb7680598b0c99b2bc3ba1c551941dbeae1050f2c (diff)
downloadfreebsd-ports-graphics-6ba9a7cc61f88a3e4f05d2cbbe38a85494e21112.tar.gz
freebsd-ports-graphics-6ba9a7cc61f88a3e4f05d2cbbe38a85494e21112.tar.zst
freebsd-ports-graphics-6ba9a7cc61f88a3e4f05d2cbbe38a85494e21112.zip
- Turn the self-tests off for now. Possible fix for failing test is in
ports/117986 Reported by: pointyhat Approved by: portmgr (hat)
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index cd8f509ee5a..5f181b333a4 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -47,7 +47,7 @@ LDFLAGS= -L${LOCALBASE}/lib
PLIST_SUB+= PORTVERSION=${PORTVERSION:R}
OPTIONS= X11 "X11 support" on \
- IMAGEMAGICK_TESTS "Run bundled self-tests after build" on \
+ IMAGEMAGICK_TESTS "Run bundled self-tests after build" off \
IMAGEMAGICK_PERL "Perl support" on \
IMAGEMAGICK_MODULES "Modules support (broken)" off \
IMAGEMAGICK_BZLIB "Bzlib support" on \