diff options
author | tron <tron@pkgsrc.org> | 1998-05-26 22:09:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-26 22:09:20 +0000 |
commit | 32eb228c2ec0c759930ff2f4087bd5eaab8e9d82 (patch) | |
tree | 79c5ff6b8bbba1f95553464734629c717e5d6459 /misc | |
parent | dd6c2619b699c02eff496964203464b1ce19f942 (diff) | |
download | pkgsrc-32eb228c2ec0c759930ff2f4087bd5eaab8e9d82.tar.gz |
Add and enable "dialog", fixes PR pkg/4993.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index f563946e1d5..fb06e45ff53 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/05/15 21:45:58 tron Exp $ +# $NetBSD: Makefile,v 1.18 1998/05/26 22:09:20 tron Exp $ # FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp SUBDIR += amanda @@ -9,6 +9,7 @@ SUBDIR += colorls # SUBDIR += ctk # broken w/ tcl/tk V8.0 - HF # SUBDIR += dejagnu # needs expect - HF + SUBDIR += dialog SUBDIR += dotfile # SUBDIR += ecc # broken - HF # SUBDIR += estic # left for someone w/ an Istec - HF |