summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-xgps
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 /x11-toolkits/gnustep-xgps
parentFix an invalid skkserv startup script. (diff)
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 'x11-toolkits/gnustep-xgps')
-rw-r--r--x11-toolkits/gnustep-xgps/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile
index 1d2f4383a9ba..8b11e372d6a3 100644
--- a/x11-toolkits/gnustep-xgps/Makefile
+++ b/x11-toolkits/gnustep-xgps/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"