diff options
Diffstat (limited to 'games/burgerspace/Makefile')
-rw-r--r-- | games/burgerspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index c196ecf7b71a..9423216dac41 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \ USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config +SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config CPPFLAGS= -I${X11BASE}/include -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |