diff options
Diffstat (limited to 'games/bumprace/Makefile')
-rw-r--r-- | games/bumprace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bumprace/Makefile b/games/bumprace/Makefile index 0fe330e48249..03bdc64f6387 100644 --- a/games/bumprace/Makefile +++ b/games/bumprace/Makefile @@ -19,8 +19,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl mixer image -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= FAQ README |