aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-15 02:54:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-15 02:54:00 +0000
commit32ad9ffee6270b3fce2277f3a16c60243d6f7d53 (patch)
tree29f3bf73f70880fa5b3fe7718b33f3fef9528f01 /graphics/ImageMagick
parent27c09e711766bae49a490d6a75fc0bacf3c8bd8b (diff)
downloadports-32ad9ffee6270b3fce2277f3a16c60243d6f7d53.tar.gz
ports-32ad9ffee6270b3fce2277f3a16c60243d6f7d53.zip
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 94b1bc5763df..22e80911bbc9 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -85,6 +85,10 @@ PLIST_SUB+= Q16=''
CONFIGURE_ARGS+= --enable-lzw
.endif
+.if defined(WITH_WINDOWS_FONT_DIR)
+CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
+.endif
+
# Loadable coders, smaller executable, but PerlMagick not really works
# ('make test' there works)
.if defined(WITH_IMAGEMAGICK_MODULES)