diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-09 06:17:21 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-09 06:17:21 +0000 |
commit | 781cfbd5c5125a7024d0e61bb026bc8348b38bb0 (patch) | |
tree | 2bc4d8065767a813e3977f423c77ae71e298824b /games/flightgear | |
parent | Update 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/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |