1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix a BUILD_DEPENDS= that should have been BUILD_DEPENDS+=.

Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-07-09 06:17:21 +00:00
parent 26ece4f190
commit 781cfbd5c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20129
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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