diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-17 00:59:21 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-17 00:59:21 +0800 |
commit | 4dc4bb3839d27f37ad05ddbf9500cbb2aece21ca (patch) | |
tree | 35fc96bef120bea6bd2f91366c6c1e2ed89d6971 /games/lbreakout | |
parent | 5d917390e2d6eb8b0f6f7d9b2d09bfa479d822f2 (diff) | |
download | freebsd-ports-graphics-4dc4bb3839d27f37ad05ddbf9500cbb2aece21ca.tar.gz freebsd-ports-graphics-4dc4bb3839d27f37ad05ddbf9500cbb2aece21ca.tar.zst freebsd-ports-graphics-4dc4bb3839d27f37ad05ddbf9500cbb2aece21ca.zip |
Update to 010315.
Diffstat (limited to 'games/lbreakout')
-rw-r--r-- | games/lbreakout/Makefile | 9 | ||||
-rw-r--r-- | games/lbreakout/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index aa80bcf7325..b04553576c9 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 66439b84280..c0d714bcfdd 100644 --- a/games/lbreakout/distinfo +++ b/games/lbreakout/distinfo @@ -1 +1 @@ -MD5 (lbreakout-001104.tar.gz) = d4082455b71ba11415a2b68f69fceee8 +MD5 (lbreakout-010315.tar.gz) = 0597b94c2c954aa820aa03324a5aaab4 |