From 3dd2e7f560a95977956493ff405d8f7228715e0e Mon Sep 17 00:00:00 2001
From: cpiazza <cpiazza@FreeBSD.org>
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 <ade@lovett.com>
---
 x11-clocks/kdetoys2/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'x11-clocks/kdetoys2/Makefile')

diff --git a/x11-clocks/kdetoys2/Makefile b/x11-clocks/kdetoys2/Makefile
index 24e0052efe7b..c5976bbf59bc 100644
--- a/x11-clocks/kdetoys2/Makefile
+++ b/x11-clocks/kdetoys2/Makefile
@@ -3,7 +3,7 @@
 # Date created:		18 may 1999
 # Whom:			imura@cs.titech.ac.jp
 #
-# $Id: Makefile,v 1.1.1.1 1999/06/22 23:48:10 sada Exp $
+# $Id: Makefile,v 1.2 1999/08/12 00:47:33 taoka Exp $
 #
 
 DISTNAME=	kdetoys-1.1.1
@@ -34,9 +34,9 @@ CXXFLAGS?=	${CFLAGS}
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 400004
-CC=	egcc
-CXX=	eg++
-BUILD_DEPENDS= egcc:${PORTSDIR}/lang/egcs
+CC=	gcc295
+CXX=	g++295
+BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/egcs
 .endif
 
 .if defined(QT_GIF_AVAILABLE)
-- 
cgit