diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-07-21 11:49:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-07-21 11:49:01 +0800 |
commit | 0b43d2da66c179056b3581e726aab2a9e01b014f (patch) | |
tree | 5ce2513e4341632a7410a13c05ac188b99cc5a13 /games/exult | |
parent | 0749a891cc4ee2f2d1b58cf674be6d5f15bf3061 (diff) | |
download | freebsd-ports-graphics-0b43d2da66c179056b3581e726aab2a9e01b014f.tar.gz freebsd-ports-graphics-0b43d2da66c179056b3581e726aab2a9e01b014f.tar.zst freebsd-ports-graphics-0b43d2da66c179056b3581e726aab2a9e01b014f.zip |
Upgrade to 0.991RC2
PR: ports/40135
Submitted by: maintainer
Diffstat (limited to 'games/exult')
-rw-r--r-- | games/exult/Makefile | 7 | ||||
-rw-r--r-- | games/exult/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 6ffde6224d7..ddf3667ad52 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -6,11 +6,11 @@ # PORTNAME= exult -PORTVERSION= 0.96 +PORTVERSION= 0.99.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}beta1 +DISTNAME= ${PORTNAME}-${PORTVERSION}RC2 MAINTAINER= tiamat@telegraph.spb.ru @@ -26,7 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x \ --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ - --disable-tools + --disable-tools \ + --disable-sdltest # SDL cannot find X11 includes in normal way CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include \ SDL_CONFIG="${SDL_CONFIG}" diff --git a/games/exult/distinfo b/games/exult/distinfo index c46544b08ec..cc4d2c5964b 100644 --- a/games/exult/distinfo +++ b/games/exult/distinfo @@ -1 +1 @@ -MD5 (exult-0.96beta1.tar.gz) = b75755e318270a769893ee6d59e0b13b +MD5 (exult-0.99.1RC2.tar.gz) = 659b6542fa7332c227348ced3427e207 |