diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
commit | 56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 (patch) | |
tree | a80385bbab2a0dfc3dae2be142f72fecdb86b1cd /games/flightgear-data | |
parent | Fix an invalid skkserv startup script. (diff) |
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=20765
Diffstat (limited to 'games/flightgear-data')
-rw-r--r-- | games/flightgear-data/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index df3b104911fa..e6de19a7f211 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1999 # Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> # -# $Id: Makefile,v 1.2 1999/07/08 06:11:20 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/07/09 06:17:21 cpiazza Exp $ # DISTNAME= FlightGear-${FLIGHTGEAR_VERSION} @@ -25,8 +25,8 @@ FLIGHTGEAR_VERSION= 0.6.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 400003 -BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs -CXX= eg++ +BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs +CXX= g++295 .endif .if defined(BUILD_SCENERY_TOOLS) |