diff options
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r-- | games/lbreakout/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index aa80bcf73257..b04553576c94 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -6,20 +6,21 @@ # PORTNAME= lbreakout -PORTVERSION= 001104 +PORTVERSION= 010315 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel -SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lcompat" +CONFIGURE_ENV= LIBS="-lcompat" \ + SDL_CONFIG="${SDL_CONFIG}" pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure |