diff options
Diffstat (limited to 'games/allacrost/Makefile')
-rw-r--r-- | games/allacrost/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index c533eda21534..a98c55c01740 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -29,7 +29,6 @@ USE_SDL= sdl ttf net USE_GL= yes USE_GCC= 4.2+ -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --datadir=${DATADIR} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \ CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" |