diff options
author | ade <ade@FreeBSD.org> | 2000-06-14 07:05:02 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-14 07:05:02 +0800 |
commit | 247b9d4299a7985cb2f85d11e728b85abbcf84ab (patch) | |
tree | 63c6e967c610f1a6dd9b51cb3b195457924d08df /textproc/aspell/Makefile | |
parent | 8e8bca07d23c746e49b324670591ed1eceeff487 (diff) | |
download | freebsd-ports-gnome-247b9d4299a7985cb2f85d11e728b85abbcf84ab.tar.gz freebsd-ports-gnome-247b9d4299a7985cb2f85d11e728b85abbcf84ab.tar.zst freebsd-ports-gnome-247b9d4299a7985cb2f85d11e728b85abbcf84ab.zip |
Update to 0.31 .. now requires textproc/pspell
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5f05ace4cd5c..507d541e7092 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,21 +1,24 @@ # New ports collection makefile for: aspell -# Date created: 7 December 1998 -# Whom: Josh Gilliam <josh@quick.net> +# Date created: 7 December 1998 +# Whom: Josh Gilliam <josh@quick.net> # # $FreeBSD$ # PORTNAME= aspell -PORTVERSION= 0.29.1 +PORTVERSION= 0.31 CATEGORIES= textproc MASTER_SITES= http://download.sourceforge.net/aspell/ -DISTNAME= ${PORTNAME}-.29.1 +DISTNAME= ${PORTNAME}-.31 MAINTAINER= ade@FreeBSD.org +LIB_DEPENDS= pspell.2:${PORTSDIR}/textproc/pspell + USE_NEWGCC= yes USE_LIBTOOL= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" +CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} |