aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-15 10:54:00 +0800
committerpav <pav@FreeBSD.org>2004-03-15 10:54:00 +0800
commit0e41e8dcd5932efd510a8e47358af449f5bea5c3 (patch)
tree0c9e8e6833338b5b9464131ece3332ad977c3889 /graphics
parentafdbfdb194cf7c54a3bec688bf52ad1eda071196 (diff)
downloadfreebsd-ports-graphics-0e41e8dcd5932efd510a8e47358af449f5bea5c3.tar.gz
freebsd-ports-graphics-0e41e8dcd5932efd510a8e47358af449f5bea5c3.tar.zst
freebsd-ports-graphics-0e41e8dcd5932efd510a8e47358af449f5bea5c3.zip
- 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>
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 94b1bc5763d..22e80911bbc 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)