diff options
author | tron <tron@pkgsrc.org> | 2002-04-22 13:07:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-22 13:07:51 +0000 |
commit | 0d513d1d5aa30b99e11e002cd583a3ecb62cb2a6 (patch) | |
tree | a6838769d2745824e5260eb5cc6be98416dcf661 /misc | |
parent | 325c4868494b21651f41ad7bfd1792b5534706b2 (diff) | |
download | pkgsrc-0d513d1d5aa30b99e11e002cd583a3ecb62cb2a6.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')
-rw-r--r-- | misc/dialog/Makefile | 5 |
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 |