summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 12:15:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 12:15:21 +0000
commit63db7b7d25d552a1af702f2be1228ee33c363f65 (patch)
tree16d69b9c13d1b923da8d2c0bdc1bc252c1d2906e
parent530d42ac2372d73700c1d82397b1db423c06de5f (diff)
downloadfreebsd-ports-63db7b7d25d552a1af702f2be1228ee33c363f65.zip
Fix building of ImageMagick on systems with graphviz installed but
disabled in the config menu. Noticed by: mich, grrr and others.
-rw-r--r--graphics/ImageMagick/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 7e23ad761744..eb78a308cac1 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -125,6 +125,7 @@ BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.else
CONFIGURE_ARGS+= --without-dot
+CONFIGURE_ARGS+= --without-gvc
.endif
# LCMS (Little CMS) color management