summaryrefslogtreecommitdiff
path: root/graphics
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
parent- Fix nagios dependency (diff)
- Add WITH_WINDOWS_FONT_DIR knob to allow setting --with-window-font-dir
configure tunable from outside. PR: ports/64258 Submitted by: Seva Gluschenko <gvs@rinet.ru>
Notes
Notes: svn path=/head/; revision=104038
Diffstat (limited to 'graphics')
-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)