diff options
Diffstat (limited to 'games/blokish/Makefile')
-rw-r--r-- | games/blokish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blokish/Makefile b/games/blokish/Makefile index 91449a9..6c5209d 100644 --- a/games/blokish/Makefile +++ b/games/blokish/Makefile @@ -21,8 +21,8 @@ USE_GMAKE= yes USE_GL= gl USE_WX= 2.6+ -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= makefile |