From 89790776df17bc2e1ce6db7d656a44a859d4ceb7 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 30 Dec 2001 21:19:12 +0000 Subject: newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately. --- net/nap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/nap') diff --git a/net/nap/Makefile b/net/nap/Makefile index fca660a9bd9..3f9ac6b80d9 100644 --- a/net/nap/Makefile +++ b/net/nap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/12/30 20:58:50 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/30 21:19:12 wiz Exp $ DISTNAME= nap-1.4.4 CATEGORIES= net @@ -10,7 +10,8 @@ COMMENT= Terminal based Napster client similar to ircII GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -USE_NCURSES= YES +# newterm() +INCOMPAT_CURSES= 1.4[YZ] 1.4Z[A-C] 1.5 1.5.[12] 1.5[A-Z] post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap -- cgit v1.2.3