diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-23 03:46:45 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-23 03:46:45 +0800 |
commit | fd1c0b2fe1a887c023eca7cf83897f786a43809d (patch) | |
tree | 59bf0cd9e7c4ab37efe9d0e712b80b19c9871a66 /textproc | |
parent | 89e9e517a9f1c97f22317b99b12b1133075eab02 (diff) | |
download | freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.tar.gz freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.tar.zst freebsd-ports-gnome-fd1c0b2fe1a887c023eca7cf83897f786a43809d.zip |
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Diffstat (limited to 'textproc')
-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> |