summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-12 18:41:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-12 18:41:15 +0000
commit3ec04c77b52d882b290ff26849bebc0ae4f9f274 (patch)
treeead3e4f601ad34fcf7590b6e8885b1cd8501f12c /graphics/ImageMagick
parent- Fix build on 7.X and above (diff)
- Turn the self-tests off for now. Possible fix for failing test is in
ports/117986 Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202645
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index cd8f509ee5a8..5f181b333a43 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 \