diff options
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index ae58808..3185095 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -31,7 +31,7 @@ USE_GMAKE= yes USE_XLIB= yes USE_ICONV= yes PATCH_STRIP= -l -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(FONTFORGE_NO_MULTILAYER) CONFIGURE_ARGS= --with-multilayer --with-devicetables --without-freetype-src .else |