summaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
commitc8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 (patch)
tree4689741ba168336cb6e0973d2d3df8722b5fef8c /games/flightgear/Makefile
parentchmod -> ${CHMOD} (diff)
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Notes
Notes: svn path=/head/; revision=20886
Diffstat (limited to '')
-rw-r--r--games/flightgear/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index e6de19a7f211..eebc5ba29dd3 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
-# $Id: Makefile,v 1.3 1999/07/09 06:17:21 cpiazza Exp $
+# $Id: Makefile,v 1.4 1999/08/17 19:36:54 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@@ -21,14 +21,6 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
EXTRACT_ONLY= ${DISTNAME}.tar.gz
FLIGHTGEAR_VERSION= 0.6.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400003
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CXX= g++295
-.endif
-
.if defined(BUILD_SCENERY_TOOLS)
MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/
DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z
@@ -51,6 +43,7 @@ ADDPATCHES= ${MASTERDIR}/patches.tools/disable-tools
USE_AUTOCONF= yes
.endif
+USE_NEWGCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--bindir=${PREFIX}/FlightGear/bin
USE_GMAKE= yes
@@ -73,4 +66,4 @@ pre-install:
post-install:
${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>