diff options
author | salo <salo@pkgsrc.org> | 2003-01-22 10:26:14 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-22 10:26:14 +0000 |
commit | 994958f4c3db2e7d9599262f70eb60c20075ae79 (patch) | |
tree | 2226c20158a2db12293e5ffe999745c03d9d6a06 /textproc | |
parent | 7a76db6b52bfa5f1b0b8fdf1d826f8c575f9d850 (diff) | |
download | pkgsrc-994958f4c3db2e7d9599262f70eb60c20075ae79.tar.gz |
Limit dependency on ncurses only to systems which really need it.
We have halfdelay() in NetBSD 1.6M curses already. Also fix PLIST.
Bump PKGREVISION.
Per discussion with wiz. Addresses PR pkg/19985.
XXX: Operating systems other than NetBSD and SunOS don't have any
reasonable defaults set in devel/ncurses/buildlink2.mk.
This should be addressed!
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 |