diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 03:37:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-18 03:37:11 +0800 |
commit | 3dd2e7f560a95977956493ff405d8f7228715e0e (patch) | |
tree | 386013a5c56cd62a7aea273e575f27f7a64a303f /textproc/aspell/Makefile | |
parent | dd265281f0df0d81eed57393e08a57b9ba932580 (diff) | |
download | freebsd-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 'textproc/aspell/Makefile')
-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 |