diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-25 15:51:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-25 15:51:15 +0000 |
commit | 1d80dd48b719ddd4066d6cfd6e0d820a4339730f (patch) | |
tree | 7dde596aafac14388a959f53fb5a8857ff47df46 | |
parent | fa0fba96c852313961d149abd845c080ec431f2b (diff) | |
download | pkgsrc-1d80dd48b719ddd4066d6cfd6e0d820a4339730f.tar.gz |
Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem).
-rw-r--r-- | misc/reed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile index 1f1c135b421..f6dfd16cddb 100644 --- a/misc/reed/Makefile +++ b/misc/reed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/09/12 06:47:16 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/25 15:51:15 wiz Exp $ DISTNAME= reed-4.6 CATEGORIES= misc @@ -12,5 +12,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES REPLACE_PERL= scripts/breed scripts/wrap +INCOMPAT_CURSES= 1.5 1.5.* 1.5[A-U] + .include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |