diff options
Diffstat (limited to 'games/abuse_sdl/Makefile')
-rw-r--r-- | games/abuse_sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index 2f0728e851a7..118236a99210 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN6= abuse-sdl.6 |