diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-14 07:25:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-14 07:25:20 +0800 |
commit | 8eed27669e8d22ab36fcf4e98b93e9e35651ad90 (patch) | |
tree | 03e3eadb85ee47eba0c85066df8daeead69fe194 /ports-mgmt/Makefile | |
parent | f7a257d5fdd4afe1a803432b899898ce62808665 (diff) | |
download | freebsd-ports-gnome-8eed27669e8d22ab36fcf4e98b93e9e35651ad90.tar.gz freebsd-ports-gnome-8eed27669e8d22ab36fcf4e98b93e9e35651ad90.tar.zst freebsd-ports-gnome-8eed27669e8d22ab36fcf4e98b93e9e35651ad90.zip |
Add new dialog4ports
This will be used soon to replace the old dialog(1) for make config
It implements a new mixeddlg widget which allow to mix radio and
classic buttons in a single interface allowing the UI to reflect
optionsng features.
Bundle libdialog on 8.x which doesn't provide a recent libdialog(3).
Thank you very much to Ilya A. Arkhipov who wrote it,
helped by danfe, eadler and myself
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 15eadad75280..9e5b7e78381d 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -6,6 +6,7 @@ SUBDIR += bpkg SUBDIR += bpm SUBDIR += bxpkg + SUBDIR += dialog4ports SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon |