diff options
Diffstat (limited to 'games/lincity')
-rw-r--r-- | games/lincity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index a25a6c304d0c..8da7b9c265a0 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -17,7 +17,7 @@ COMMENT= Rich city simulation game for X USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |