diff options
author | salo <salo@pkgsrc.org> | 2003-01-23 09:16:19 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-23 09:16:19 +0000 |
commit | b0c3a8499653337e38b474625d10af99a6e3f010 (patch) | |
tree | 8475e22d3553c24a894295661bb28603407df49d /textproc | |
parent | 9b7cf883b3a4e2ebd9538dc871066f6a947741f2 (diff) | |
download | pkgsrc-b0c3a8499653337e38b474625d10af99a6e3f010.tar.gz |
Add NetBSD-1.6_* to INCOMPAT_CURSES. Noted by Cesar Catrian on tech-pkg.
Simplify the pattern.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index b308e22623e..e977553c829 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/01/23 00:01:43 salo Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/23 09:16:19 salo Exp $ # DISTNAME= aspell-0.50.3 @@ -19,8 +19,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool # halfdelay() -INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.*-* \ - NetBSD-1.6[A-L]-* +INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-* CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=ncurses |