diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 19:47:43 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 19:47:43 +0800 |
commit | 823781099db253594c9e5991716a4eb0a2fff278 (patch) | |
tree | c1aab9bdce01a8d010e7a7b8c4fd53ca65d25537 /editors | |
parent | bd139368ed33d39881e815fd13f3a22d5562c997 (diff) | |
download | freebsd-ports-gnome-823781099db253594c9e5991716a4eb0a2fff278.tar.gz freebsd-ports-gnome-823781099db253594c9e5991716a4eb0a2fff278.tar.zst freebsd-ports-gnome-823781099db253594c9e5991716a4eb0a2fff278.zip |
editors/hexcurses: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hexcurse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 035f0c168082..c7d98f89319b 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -10,6 +10,8 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= jadawin@FreeBSD.org COMMENT= Versatile ncurses-based hex editor +USES= ncurses + GNU_CONFIGURE= yes PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz |