diff options
Diffstat (limited to 'games/ssc/Makefile')
-rw-r--r-- | games/ssc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ssc/Makefile b/games/ssc/Makefile index 6614361476c0..9aa84637f7bb 100644 --- a/games/ssc/Makefile +++ b/games/ssc/Makefile @@ -24,7 +24,7 @@ USE_GL= yes USE_SDL= mixer sdl USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include" \ LDFLAGS=-L${X11BASE}/lib ONLY_FOR_ARCHS= i386 |