From 82a5690679de2c3225290c1357421cbe651fc474 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 24 Jan 2002 12:04:54 +0000 Subject: Fix pattern for incompatible "curses" libraries so that "ncurses" is used under e.g. "1.5.3_ALPHA". --- net/nap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/nap') diff --git a/net/nap/Makefile b/net/nap/Makefile index 3f9ac6b80d9..0cae8810610 100644 --- a/net/nap/Makefile +++ b/net/nap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/12/30 21:19:12 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/24 12:04:54 tron Exp $ DISTNAME= nap-1.4.4 CATEGORIES= net @@ -11,7 +11,7 @@ COMMENT= Terminal based Napster client similar to ircII GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES # newterm() -INCOMPAT_CURSES= 1.4[YZ] 1.4Z[A-C] 1.5 1.5.[12] 1.5[A-Z] +INCOMPAT_CURSES= 1.4* 1.5 1.5_* 1.5.[1-9]* 1.5[A-Z] post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap -- cgit v1.2.3