aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/plib
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-18 03:37:11 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-18 03:37:11 +0800
commit3dd2e7f560a95977956493ff405d8f7228715e0e (patch)
tree386013a5c56cd62a7aea273e575f27f7a64a303f /x11-toolkits/plib
parentdd265281f0df0d81eed57393e08a57b9ba932580 (diff)
downloadfreebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.gz
freebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.tar.zst
freebsd-ports-gnome-3dd2e7f560a95977956493ff405d8f7228715e0e.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>
Diffstat (limited to 'x11-toolkits/plib')
-rw-r--r--x11-toolkits/plib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile
index af9089a25375..4e61bcd6d70c 100644
--- a/x11-toolkits/plib/Makefile
+++ b/x11-toolkits/plib/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
-# $Id: Makefile,v 1.1.1.1 1999/07/03 06:38:36 cpiazza Exp $
+# $Id: Makefile,v 1.2 1999/07/08 06:11:24 cpiazza Exp $
#
DISTNAME= plib-1.0.12a
@@ -23,8 +23,8 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400003
-BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
-CXX= eg++
+BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs
+CXX= g++295
.endif
GNU_CONFIGURE= yes