diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-07-21 03:49:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-07-21 03:49:01 +0000 |
commit | bc5d343700ef9caa6fad95a63359e89ac4801c7a (patch) | |
tree | 830fe891e62d8b9fe9013f39318e45d7971681da /games/exult/Makefile | |
parent | 986081a3c21d92344f823ad7a3cbe7b7a827f3c4 (diff) | |
download | ports-bc5d343700ef9caa6fad95a63359e89ac4801c7a.tar.gz ports-bc5d343700ef9caa6fad95a63359e89ac4801c7a.zip |
Notes
Diffstat (limited to 'games/exult/Makefile')
-rw-r--r-- | games/exult/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 6ffde6224d75..ddf3667ad529 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}" |