aboutsummaryrefslogtreecommitdiff
path: root/graphics/ftgl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ftgl/Makefile')
-rw-r--r--graphics/ftgl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile
index 7a72c44e02c3..61e7aa7e12ab 100644
--- a/graphics/ftgl/Makefile
+++ b/graphics/ftgl/Makefile
@@ -26,7 +26,7 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME:U}
CONFIGURE_WRKSRC= ${WRKSRC}/unix
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-gl-inc=${X11BASE}/include --with-gl-lib=${X11BASE}/lib
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${CONFIGURE_WRKSRC}