diff options
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index d7382d4..5428e45 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -21,7 +21,7 @@ USE_GCC= 3.4 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= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PLIST_SUB= VERSION="${PORTVERSION}" |