diff options
Diffstat (limited to 'games/ri-li/Makefile')
-rw-r--r-- | games/ri-li/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index b0d1997ec7ad..b2e7819fcbbe 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl mixer -CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include" post-patch: @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs`|' ${WRKSRC}/configure |