diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-17 19:37:11 +0000 |
commit | 56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51 (patch) | |
tree | a80385bbab2a0dfc3dae2be142f72fecdb86b1cd /devel/mico | |
parent | 0e48a001086d52934d57402e4918ad726f0e527a (diff) | |
download | ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.tar.gz ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.zip |
Notes
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 389a3b1484f9..f4139c302334 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.33 1999/05/29 03:55:55 steve Exp $ +# $Id: Makefile,v 1.34 1999/08/04 18:51:56 scrappy Exp $ # DISTNAME= mico-2.2.7 @@ -15,9 +15,9 @@ MAINTAINER= scrappy@freebsd.org .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 LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ |