summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-09 06:17:21 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-09 06:17:21 +0000
commit781cfbd5c5125a7024d0e61bb026bc8348b38bb0 (patch)
tree2bc4d8065767a813e3977f423c77ae71e298824b /games
parentUpdate to 0.4.9. (diff)
Fix a BUILD_DEPENDS= that should have been BUILD_DEPENDS+=.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=20129
Diffstat (limited to 'games')
-rw-r--r--games/fgfs-base/Makefile4
-rw-r--r--games/flightgear-data/Makefile4
-rw-r--r--games/flightgear/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile
index 6631b890a6fc..df3b104911fa 100644
--- a/games/fgfs-base/Makefile
+++ b/games/fgfs-base/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
-# $Id: Makefile,v 1.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
+# $Id: Makefile,v 1.2 1999/07/08 06:11:20 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@@ -25,7 +25,7 @@ FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
-BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
+BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile
index 6631b890a6fc..df3b104911fa 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.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
+# $Id: Makefile,v 1.2 1999/07/08 06:11:20 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@@ -25,7 +25,7 @@ FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
-BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
+BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 6631b890a6fc..df3b104911fa 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.1.1.1 1999/07/03 06:36:33 cpiazza Exp $
+# $Id: Makefile,v 1.2 1999/07/08 06:11:20 cpiazza Exp $
#
DISTNAME= FlightGear-${FLIGHTGEAR_VERSION}
@@ -25,7 +25,7 @@ FLIGHTGEAR_VERSION= 0.6.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
-BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
+BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs
CXX= eg++
.endif