diff options
Diffstat (limited to 'games/torcs/Makefile')
-rw-r--r-- | games/torcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 0f3898c3f3e9..72e6175cbd46 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -30,7 +30,7 @@ USE_REINPLACE= yes USE_GETOPT_LONG=yes REINPLACE_ARGS= -i "" CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= default LDFLAGS+= -L${LOCALBASE}/lib |