diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-01-23 20:47:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-01-23 20:47:04 +0800 |
commit | 45a24b5decd6def21d540878f39d94e7c85aab02 (patch) | |
tree | 6819625e18e8892db69113b38c9b4841e2d2a8d7 /editors/Makefile | |
parent | 3a1067bd26ebe31274f00c03686edb6a8513ca47 (diff) | |
download | freebsd-ports-gnome-45a24b5decd6def21d540878f39d94e7c85aab02.tar.gz freebsd-ports-gnome-45a24b5decd6def21d540878f39d94e7c85aab02.tar.zst freebsd-ports-gnome-45a24b5decd6def21d540878f39d94e7c85aab02.zip |
Add dhex, a ncurses-based hex-editor with diff mode.
Feature safe: yes
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 9cd40c5862d9..0a2eb515198e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -33,6 +33,7 @@ SUBDIR += cooledit SUBDIR += cream SUBDIR += dedit + SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns SUBDIR += doxymacs |