diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-23 22:45:13 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-23 22:45:13 +0000 |
commit | 950a146dda9c757bc7b045901fc77ce187309b87 (patch) | |
tree | f8b16696466fc91d54d27431e0c36a1164dc9952 | |
parent | bd142ada9ebc1dec46628c4f6a35635c550a926b (diff) | |
download | ports-950a146dda9c757bc7b045901fc77ce187309b87.tar.gz ports-950a146dda9c757bc7b045901fc77ce187309b87.zip |
Notes
-rw-r--r-- | textproc/aspell/Makefile | 19 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 2 |
3 files changed, 9 insertions, 14 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index e07dacc0ed81..810e795e2a21 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: aspell -# Version required: .24 +# Version required: 0.27.2 # Date created: 7 December 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.2 1999/02/28 10:25:56 obrien Exp $ +# $Id: Makefile,v 1.3 1999/02/28 11:49:40 obrien Exp $ # -DISTNAME= aspell-.27.1 -PKGNAME= aspell-0.27.1 +DISTNAME= aspell-.27.2 +PKGNAME= aspell-0.27.2 CATEGORIES= textproc MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ @@ -15,20 +15,15 @@ MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ MAINTAINER= josh@quick.net -.if defined(HAVE_EGCS) +.include <bsd.port.pre.mk> +.if ${OSREL} < 4 BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs CC= egcc CXX= eg++ -.else -BUILD_DEPENDS= ${PREFIX}/include/stlport/hash_map:${PORTSDIR}/devel/stlport .endif GNU_CONFIGURE= yes -.if defined(HAVE_EGCS) CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" -.else -CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include/stlport" -.endif USE_GMAKE= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} @@ -52,4 +47,4 @@ pre-install: ${WRKSRC}/manual/man-text/D_Glossary.txt \ ${WRKSRC}/manual/man-text/E_Copyright.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index ccee37bd0265..b1cf667d847c 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1 +1 @@ -MD5 (aspell-.27.1.tar.gz) = 0a1793c57882784340351883037ea2c2 +MD5 (aspell-.27.2.tar.gz) = 2bc00bd261ddf0064b4f7d40bed5394b diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index f5f8af0b1b71..51a71bb96d1a 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -13,7 +13,7 @@ include/aspell/language.hh lib/libaspell.a lib/libaspell.la lib/libaspell.so -lib/libaspell.so.1 +lib/libaspell.so.2 share/aspell/english.sl share/aspell/english.wrd share/aspell/ispell |