diff options
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index e5355f4fb097..6ff04da6cf49 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -31,7 +31,7 @@ USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yyes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" ALL_TARGET= ALL |