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 /www/mozilla-devel | |
parent | 0e48a001086d52934d57402e4918ad726f0e527a (diff) |
Notes
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index b6c48df523f0..420124ab9847 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $Id: Makefile,v 1.29 1999/07/24 02:26:21 cpiazza Exp $ +# $Id: Makefile,v 1.30 1999/07/24 15:33:04 steve Exp $ # DISTNAME= mozilla-source-M8 @@ -20,9 +20,9 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 400004 -BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |