From c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 22 Aug 1999 19:46:45 +0000 Subject: Change all ports that need a new gcc on 3.x to use USE_NEWGCC. --- textproc/aspell/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'textproc') diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index d0c96643af9f..6d61a84cf91d 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1998 # Whom: Josh Gilliam # -# $Id: Makefile,v 1.6 1999/08/17 19:36:53 cpiazza Exp $ +# $Id: Makefile,v 1.7 1999/08/19 12:35:41 sheldonh Exp $ # DISTNAME= aspell-.27.2 @@ -15,13 +15,7 @@ MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ MAINTAINER= ade@lovett.com -.include -.if ${OSVERSION} < 400004 -BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs -CC= gcc295 -CXX= g++295 -.endif - +USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" USE_GMAKE= yes @@ -47,4 +41,4 @@ pre-install: ${WRKSRC}/manual/man-text/D_Glossary.txt \ ${WRKSRC}/manual/man-text/E_Copyright.txt -.include +.include -- cgit v1.2.3