diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 18:57:54 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 18:57:54 +0000 |
commit | 3537fff8947cf414b6c384b8fdb99f15a6e99b6f (patch) | |
tree | 4b9ba44f78468b8b3974dead5012215f145d12f1 /editors | |
parent | ce3adb91b2fd9af586597772b8cf124250fc7573 (diff) |
editors/shed: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Notes
Notes:
svn path=/head/; revision=408261
Diffstat (limited to 'editors')
-rw-r--r-- | editors/shed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/shed/Makefile b/editors/shed/Makefile index 3f172a5f8c99..83345e18fad4 100644 --- a/editors/shed/Makefile +++ b/editors/shed/Makefile @@ -11,6 +11,7 @@ COMMENT= Simple ncurses-based pico-style hex editor LICENSE= GPLv2 +USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |