diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-22 19:46:45 +0000 |
commit | c8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 (patch) | |
tree | 4689741ba168336cb6e0973d2d3df8722b5fef8c /textproc/aspell | |
parent | chmod -> ${CHMOD} (diff) |
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Notes
Notes:
svn path=/head/; revision=20886
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
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 <josh@quick.net> # -# $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 <bsd.port.pre.mk> -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |