pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wap-utils -current got redrawwin() -- replace USE_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/925c7bb98c32
branches:  trunk
changeset: 465333:925c7bb98c32
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 28 00:33:23 2003 +0000

description:
-current got redrawwin() -- replace USE_NCURSES
with INCOMPAT_CURSES lines.

diffstat:

 net/wap-utils/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9f726567908a -r 925c7bb98c32 net/wap-utils/Makefile
--- a/net/wap-utils/Makefile    Sun Dec 28 00:30:16 2003 +0000
+++ b/net/wap-utils/Makefile    Sun Dec 28 00:33:23 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/12/28 00:33:23 wiz Exp $
 #
 
 DISTNAME=      ap-utils-1.3.2
@@ -15,7 +15,9 @@
 GNU_CONFIGURE=         YES
 USE_BUILDLINK2=                YES
 USE_PKGLOCALEDIR=      YES
-USE_NCURSES=           # redrawwin()
+
+INCOMPAT_CURSES=       NetBSD-1.5* NetBSD-1.6[-_.]*
+INCOMPAT_CURSES=       NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
 
 .include "../../devel/ncurses/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index