diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 12:15:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 12:15:21 +0000 |
commit | 63db7b7d25d552a1af702f2be1228ee33c363f65 (patch) | |
tree | 16d69b9c13d1b923da8d2c0bdc1bc252c1d2906e /graphics/ImageMagick | |
parent | 530d42ac2372d73700c1d82397b1db423c06de5f (diff) | |
download | ports-63db7b7d25d552a1af702f2be1228ee33c363f65.tar.gz ports-63db7b7d25d552a1af702f2be1228ee33c363f65.zip |
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 1 |
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 |