From 7b57c4ed0e6f6612ff55e412d9726b473b6f46b9 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 16 Mar 2001 16:59:21 +0000 Subject: Update to 010315. --- games/lbreakout/Makefile | 9 +++++---- games/lbreakout/distinfo | 2 +- 2 files changed, 6 insertions(+), 5 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 diff --git a/games/lbreakout/distinfo b/games/lbreakout/distinfo index 66439b842804..c0d714bcfdd5 100644 --- a/games/lbreakout/distinfo +++ b/games/lbreakout/distinfo @@ -1 +1 @@ -MD5 (lbreakout-001104.tar.gz) = d4082455b71ba11415a2b68f69fceee8 +MD5 (lbreakout-010315.tar.gz) = 0597b94c2c954aa820aa03324a5aaab4 -- cgit v1.2.3