diff options
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 79fcbe363658..e594a6d9ef44 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -19,7 +19,7 @@ USE_QT_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= QTDIR="${QT_PREFIX}" CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include |