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 | |
parent | 0b28dbddbff8ff7792c692f11cb5cfcd8a0a8ed9 (diff) | |
download | ports-a4c19870e97f47792ad3385639fa0595db819bd9.tar.gz ports-a4c19870e97f47792ad3385639fa0595db819bd9.zip |
Notes
-rw-r--r-- | games/pmars-sdl/Makefile | 2 | ||||
-rw-r--r-- | lang/sdcc/Makefile | 2 | ||||
-rw-r--r-- | misc/bidwatcher/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 787859ad7277..9bc4aa10db69 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -33,7 +33,7 @@ OPTIONS= MCS51 "Intel mcs51 port" on \ .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -USE_GCC= 3.1+ +USE_GCC= 3.2+ .endif .if defined(WITHOUT_MCS51) diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index d98173c97ed2..30579c2a383f 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -23,7 +23,7 @@ COMMENT= Bid monitor for eBay LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl PLIST_FILES= bin/bidwatcher -USE_GCC= 3.1+ +USE_GCC= 3.2+ USE_GNOME= gtk12 GNU_CONFIGURE= YES CFLAGS+= -UHAVE_GMTIME -DHAVE_TM_ZONE |