From 781cfbd5c5125a7024d0e61bb026bc8348b38bb0 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Fri, 9 Jul 1999 06:17:21 +0000 Subject: Fix a BUILD_DEPENDS= that should have been BUILD_DEPENDS+=. Submitted by: maintainer --- games/flightgear-data/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/flightgear-data') 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 # -# $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 .if ${OSVERSION} < 400003 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs +BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs CXX= eg++ .endif -- cgit v1.2.3