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 | |
parent | 0b28dbddbff8ff7792c692f11cb5cfcd8a0a8ed9 (diff) |
Notes
Diffstat (limited to 'games/pmars-sdl')
-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 |