pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/level9 fix INCOMPAT_CURSES pattern to work on Ne...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d06bcf1cda2
branches: trunk
changeset: 462972:5d06bcf1cda2
user: dillo <dillo%pkgsrc.org@localhost>
date: Tue Oct 21 11:10:46 2003 +0000
description:
fix INCOMPAT_CURSES pattern to work on NetBSD 1.6
diffstat:
games/level9/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 46fc695ae64c -r 5d06bcf1cda2 games/level9/Makefile
--- a/games/level9/Makefile Tue Oct 21 08:38:47 2003 +0000
+++ b/games/level9/Makefile Tue Oct 21 11:10:46 2003 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index