aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-17 19:37:11 +0000
commit56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 (patch)
treea80385bbab2a0dfc3dae2be142f72fecdb86b1cd /lang
parent0e48a001086d52934d57402e4918ad726f0e527a (diff)
downloadports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.tar.gz
ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.zip
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>
Notes
Notes: svn path=/head/; revision=20765
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-base/Makefile8
-rw-r--r--lang/gnustep-guile/Makefile8
-rw-r--r--lang/gnustep-objc/Makefile8
3 files changed, 12 insertions, 12 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 1d2f4383a9ba..8b11e372d6a3 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 October 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $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"
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 1d2f4383a9ba..8b11e372d6a3 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 October 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $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"
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 <tg@FreeBSD.ORG>
#
-# $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"