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 /x11-toolkits/gtk--2 | |
parent | 0e48a001086d52934d57402e4918ad726f0e527a (diff) | |
download | ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.tar.gz ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk--2')
-rw-r--r-- | x11-toolkits/gtk--2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 0d327a125976..3ac745984f9c 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.11 1999/06/09 11:35:31 steve Exp $ +# $Id: Makefile,v 1.12 1999/08/15 06:50:01 cpiazza Exp $ # DISTNAME= Gtk---1.0.0 @@ -23,9 +23,9 @@ USE_X_PREFIX= yes .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 USE_GMAKE= yes |