diff options
Diffstat (limited to 'games/gnomebreakout/Makefile')
-rw-r--r-- | games/gnomebreakout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index f939f668d716..2efb84cd5b08 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -17,8 +17,8 @@ COMMENT= GNOME version of the classic breakout game USE_GNOME= gnomehack gnomeprefix libgnomeui GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ |