diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 0f2c1fa0382..2074d0c9d54 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/01/15 00:23:55 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/22 10:26:14 salo Exp $ # DISTNAME= aspell-0.50.3 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} @@ -16,7 +17,8 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool # halfdelay() -USE_NCURSES= yes +INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.*-* \ + NetBSD-1.6[A-L]-* CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=ncurses diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 01ac0bebb87..72b230ac746 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/15 00:23:55 salo Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/22 10:26:15 salo Exp $ bin/aspell bin/aspell-import bin/pspell-config @@ -6,6 +6,7 @@ bin/run-with-aspell bin/word-list-compress include/aspell.h include/pspell/pspell.h +@exec ${MKDIR} %D/lib/aspell lib/libaspell.a lib/libaspell.la lib/libaspell.so |