diff options
Diffstat (limited to 'games/toppler/Makefile')
-rw-r--r-- | games/toppler/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 543ad21720a4..5e4c7846bcc1 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -17,13 +17,12 @@ USE_SDL= mixer sdl USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share MAN6= ${PORTNAME}.6 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ |