diff options
author | linimon <linimon@FreeBSD.org> | 2005-08-01 00:52:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-08-01 00:52:15 +0800 |
commit | d861a98840f46a2c06f55c3fd9fcec8fc6aeeda5 (patch) | |
tree | 2202b20c6731300a7e04375a42718d843ba2c32d /games | |
parent | 567d9e31ef5821336812ee8f04ad57707ca14001 (diff) | |
download | freebsd-ports-gnome-d861a98840f46a2c06f55c3fd9fcec8fc6aeeda5.tar.gz freebsd-ports-gnome-d861a98840f46a2c06f55c3fd9fcec8fc6aeeda5.tar.zst freebsd-ports-gnome-d861a98840f46a2c06f55c3fd9fcec8fc6aeeda5.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')
-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 |