diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 6d61a84..113eb5b 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: aspell -# Version required: 0.27.2 +# Version required: 0.28.2.1 # Date created: 7 December 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.7 1999/08/19 12:35:41 sheldonh Exp $ +# $Id: Makefile,v 1.8 1999/08/22 19:46:21 cpiazza Exp $ # -DISTNAME= aspell-.27.2 -PKGNAME= aspell-0.27.2 +DISTNAME= aspell-.28.2.1 +PKGNAME= aspell-0.28.2.1 CATEGORIES= textproc MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ @@ -15,8 +15,14 @@ MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ MAINTAINER= ade@lovett.com -USE_NEWGCC= yes -GNU_CONFIGURE= yes +# As and when gcc-2.95.1 becomes the 4.x system compiler, we can +# remove this and uncomment USE_NEWGCC +BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs + +CC= gcc295 +CXX= g++295 +#USE_NEWGCC= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" USE_GMAKE= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} |