summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authortron <tron>2002-04-22 13:07:51 +0000
committertron <tron>2002-04-22 13:07:51 +0000
commitd8687d195f19cf1a6e6db2b52f5257ba80f829ee (patch)
treea6838769d2745824e5260eb5cc6be98416dcf661 /misc/dialog
parentb9b509fe695b5f68d877864714e97de6fbb7b3aa (diff)
downloadpkgsrc-d8687d195f19cf1a6e6db2b52f5257ba80f829ee.tar.gz
This package doesn't work with NetBSD 1.5 and 1.5.x's curses library.
Problem noted by Stephen Borrill in PR pkg/16286.
Diffstat (limited to 'misc/dialog')
-rw-r--r--misc/dialog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index a82f52cae66..8d988a397ac 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/11/30 03:20:16 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.11 2002/04/22 13:07:51 tron Exp $
DISTNAME= dialog-0.6z
CATEGORIES= misc
@@ -11,6 +10,8 @@ COMMENT= Display dialog boxes from shell scripts
USE_BUILDLINK_ONLY= # defined
USE_GMAKE= # defined
+INCOMPAT_CURSES= 1.5 1.5.*
+
EGDIR= ${PREFIX}/share/examples/dialog
EGFILES= checklist guage infobox inputbox menubox msgbox
EGFILES+= radiolist textbox yesno