svn commit: r407571 - head/devel/rote

John Marino marino at FreeBSD.org
Sun Jan 31 02:02:41 UTC 2016


Author: marino
Date: Sun Jan 31 02:02:39 2016
New Revision: 407571
URL: https://svnweb.freebsd.org/changeset/ports/407571

Log:
  devel/rote: document ncurses requirement (USES+=ncurses)

Modified:
  head/devel/rote/Makefile

Modified: head/devel/rote/Makefile
==============================================================================
--- head/devel/rote/Makefile	Sun Jan 31 01:55:38 2016	(r407570)
+++ head/devel/rote/Makefile	Sun Jan 31 02:02:39 2016	(r407571)
@@ -11,7 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple library for VT102 terminal emulation
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake ncurses
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/rote-config include/rote/rote.h \


More information about the svn-ports-head mailing list