svn commit: r407611 - head/editors/hexcurse
John Marino
marino at FreeBSD.org
Sun Jan 31 11:47:45 UTC 2016
Author: marino
Date: Sun Jan 31 11:47:43 2016
New Revision: 407611
URL: https://svnweb.freebsd.org/changeset/ports/407611
Log:
editors/hexcurses: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Modified:
head/editors/hexcurse/Makefile
Modified: head/editors/hexcurse/Makefile
==============================================================================
--- head/editors/hexcurse/Makefile Sun Jan 31 11:39:58 2016 (r407610)
+++ head/editors/hexcurse/Makefile Sun Jan 31 11:47:43 2016 (r407611)
@@ -10,6 +10,8 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.or
MAINTAINER= jadawin at FreeBSD.org
COMMENT= Versatile ncurses-based hex editor
+USES= ncurses
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
More information about the svn-ports-all
mailing list