diff options
author | dillo <dillo@pkgsrc.org> | 2003-10-21 11:10:46 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-10-21 11:10:46 +0000 |
commit | 050a8aa643c5a0f2e1c507c1f219dbc183bcf515 (patch) | |
tree | c3dbedb1b676487bcb59e8ab163b3f060a898f12 /games/level9 | |
parent | 12f50179a9bf121e4bcb26002c9701aa9c48f0a5 (diff) | |
download | pkgsrc-050a8aa643c5a0f2e1c507c1f219dbc183bcf515.tar.gz |
fix INCOMPAT_CURSES pattern to work on NetBSD 1.6
Diffstat (limited to 'games/level9')
-rw-r--r-- | games/level9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/level9/Makefile b/games/level9/Makefile index 6a799fd2a67..5a560cd73ea 100644 --- a/games/level9/Makefile +++ b/games/level9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/10/01 20:21:40 dillo Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/21 11:10:46 dillo Exp $ # DISTNAME= Level9_3.0_Source @@ -15,7 +15,7 @@ COMMENT= Curses port of the Level 9 text adventure interpreter USE_BUILDLINK2= yes # uses halfkey (present since 1.6M) -INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6 NetBSD-1.6.* +INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6-* NetBSD-1.6.* INCOMPAT_CURSES+= NetBSD-1.6[A-L]* post-extract: |