diff options
author | salo <salo> | 2003-01-23 09:16:19 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-23 09:16:19 +0000 |
commit | 8057a9b2d783b0978303b227b1b12bc8e88eb631 (patch) | |
tree | 8475e22d3553c24a894295661bb28603407df49d /textproc | |
parent | a48ca9d7949529163b9a1cc2c593fadd75e85e86 (diff) | |
download | pkgsrc-8057a9b2d783b0978303b227b1b12bc8e88eb631.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 |