Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 11:47:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407611 - head/editors/hexcurse
Message-ID:  <201601311147.u0VBliZk030703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Versatile ncurses-based hex editor
 
+USES=		ncurses
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/hexcurse man/man1/hexcurse.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311147.u0VBliZk030703>