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 /textproc/aspell | |
parent | 0e48a001086d52934d57402e4918ad726f0e527a (diff) | |
download | ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.tar.gz ports-56fe7a4c6aec92661ab2b3305d0ca8fdd8dcec51.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>
Notes
Notes:
svn path=/head/; revision=20765
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 251c08f8b375..173565861fd8 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -13,13 +13,13 @@ MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ ftp://maroon.webmaster.com/pub/aspell/ -MAINTAINER= ports@freebsd.org +MAINTAINER= josh@quick.net .include <bsd.port.pre.mk> -.if ${OSREL} < 4 -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +.if ${OSVERSION} < 400004 +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs +CC= gcc295 +CXX= g++295 .endif GNU_CONFIGURE= yes |