summaryrefslogtreecommitdiff
path: root/misc/reed
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-25 15:51:15 +0000
committerwiz <wiz>2001-12-25 15:51:15 +0000
commitce14a8a08607bbe96764ca6cdb4962fc8b50f18c (patch)
tree7dde596aafac14388a959f53fb5a8857ff47df46 /misc/reed
parentdba1cfb8a361947e4949fb6358df39085c1e40fe (diff)
downloadpkgsrc-ce14a8a08607bbe96764ca6cdb4962fc8b50f18c.tar.gz
Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem).
Diffstat (limited to 'misc/reed')
-rw-r--r--misc/reed/Makefile4
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"