diff options
Diffstat (limited to 'graphics/GraphicsMagick/Makefile')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 7e8c4b01e3ae..c0ffda144e91 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -41,7 +41,7 @@ MAN5= quantize.5 .ifndef WINDOWS_FONT_DIR # Use fonts installed by x11-fonts/webfonts by default -WINDOWS_FONT_DIR=${X11BASE}/lib/X11/fonts/webfonts +WINDOWS_FONT_DIR=${LOCALBASE}/lib/X11/fonts/webfonts .endif CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |