diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-30 03:20:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-30 03:20:16 +0000 |
commit | b3f21f3c6862227ca7a26e68e5d195ecbace78fc (patch) | |
tree | 6cb25a0891398bf84644d011ad25eec0b24c7e79 /misc/dialog | |
parent | ad76e9aa212c692814e407a37ad1784690f3b212 (diff) | |
download | pkgsrc-b3f21f3c6862227ca7a26e68e5d195ecbace78fc.tar.gz |
Remove commented-out USE_CURSES definition.
Diffstat (limited to 'misc/dialog')
-rw-r--r-- | misc/dialog/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index d048d3632cb..a82f52cae66 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/19 15:53:11 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/11/30 03:20:16 jlam Exp $ # DISTNAME= dialog-0.6z @@ -10,7 +10,6 @@ COMMENT= Display dialog boxes from shell scripts USE_BUILDLINK_ONLY= # defined USE_GMAKE= # defined -#USE_CURSES= # undefined EGDIR= ${PREFIX}/share/examples/dialog EGFILES= checklist guage infobox inputbox menubox msgbox |