diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-30 21:19:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-30 21:19:12 +0000 |
commit | 89790776df17bc2e1ce6db7d656a44a859d4ceb7 (patch) | |
tree | bb8edc605305093be3474c49c501ff06d4b74787 /net/nap | |
parent | 40f3a469abd4386aa1caf79441174e58c32bb5f8 (diff) | |
download | pkgsrc-89790776df17bc2e1ce6db7d656a44a859d4ceb7.tar.gz |
newterm() appeared in NetBSD-1.5ZA; set INCOMPAT_CURSES appropriately.
Diffstat (limited to 'net/nap')
-rw-r--r-- | net/nap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |