diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-07-31 16:52:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-07-31 16:52:15 +0000 |
commit | a4c19870e97f47792ad3385639fa0595db819bd9 (patch) | |
tree | 060fdaf670d8aedc133b4640275abea6a2be3e5c /games/pmars-sdl/Makefile | |
parent | 0b28dbddbff8ff7792c692f11cb5cfcd8a0a8ed9 (diff) | |
download | freebsd-ports-a4c19870e97f47792ad3385639fa0595db819bd9.zip |
Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removal
of lang/gcc31.
This may only be papering over a bug in use.gcc.mk (does the definition
for 3.1 need to be removed there?)
Hat: portmgr
Diffstat (limited to 'games/pmars-sdl/Makefile')
-rw-r--r-- | games/pmars-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pmars-sdl/Makefile b/games/pmars-sdl/Makefile index 5f963a3139c8..a3656536e519 100644 --- a/games/pmars-sdl/Makefile +++ b/games/pmars-sdl/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-5 MAINTAINER= alejandro@varnet.biz COMMENT= Port of pMARS using the Simple Directmedia Library -USE_GCC= 3.1+ +USE_GCC= 3.2+ USE_SDL= sdl WRKSRC= ${WRKDIR}/${DISTNAME}/src |