From 56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Tue, 17 Aug 1999 19:37:11 +0000 Subject: egcc/eg++ have been renamed to gcc295/g++295. Change all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett --- lang/gnustep-objc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/gnustep-objc') diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 1d2f4383a9ba..8b11e372d6a3 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.2 1999/07/18 06:27:18 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/07/18 06:28:44 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -22,9 +22,9 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ .if ${OSVERSION} < 300000 BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .elif ${OSVERSION} < 400000 -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs -RUN_DEPENDS= egcc:${PORTSDIR}/lang/egcs -CC= egcc +BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +RUN_DEPENDS= gcc295:${PORTSDIR}/lang/egcs +CC= gcc295 .endif BROKEN= "Hardcoded freebsd release numbers in PLIST" -- cgit v1.2.3