diff options
author | tron <tron@pkgsrc.org> | 2002-01-24 12:04:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-24 12:04:54 +0000 |
commit | 82a5690679de2c3225290c1357421cbe651fc474 (patch) | |
tree | cc866d3cea8168b9048cbf87acce28c21d7b1a1d /net/nap | |
parent | 6bb80eb5d607fc2e9fc14db9f26ca5413aa6957e (diff) | |
download | pkgsrc-82a5690679de2c3225290c1357421cbe651fc474.tar.gz |
Fix pattern for incompatible "curses" libraries so that "ncurses" is used
under e.g. "1.5.3_ALPHA".
Diffstat (limited to 'net/nap')
-rw-r--r-- | net/nap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |