summaryrefslogtreecommitdiffstats
path: root/x11-clocks/kdetoys3/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
commit3dd2e7f560a95977956493ff405d8f7228715e0e (patch)
tree386013a5c56cd62a7aea273e575f27f7a64a303f /x11-clocks/kdetoys3/Makefile
parentdd265281f0df0d81eed57393e08a57b9ba932580 (diff)
downloadFreeBSD-ports-3dd2e7f560a95977956493ff405d8f7228715e0e.zip
FreeBSD-ports-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.gz
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>
Diffstat (limited to 'x11-clocks/kdetoys3/Makefile')
-rw-r--r--x11-clocks/kdetoys3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile
index 24e0052..c5976bb 100644
--- a/x11-clocks/kdetoys3/Makefile
+++ b/x11-clocks/kdetoys3/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)
OpenPOWER on IntegriCloud