diff options
Diffstat (limited to 'games/abuse_sdl/Makefile')
-rw-r--r-- | games/abuse_sdl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index 1a7854a2cb05..d179a5151f0e 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -22,13 +22,12 @@ USE_GL= gl USE_SDL= mixer sdl USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release MAKE_JOBS_SAFE= yes MAN6= abuse.6 abuse-tool.6 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |