svn commit: r408442 - head/devel/libtermkey

John Marino marino at FreeBSD.org
Sun Feb 7 19:09:38 UTC 2016


Author: marino
Date: Sun Feb  7 19:09:36 2016
New Revision: 408442
URL: https://svnweb.freebsd.org/changeset/ports/408442

Log:
  devel/libtermkey: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/devel/libtermkey/Makefile

Modified: head/devel/libtermkey/Makefile
==============================================================================
--- head/devel/libtermkey/Makefile	Sun Feb  7 18:33:17 2016	(r408441)
+++ head/devel/libtermkey/Makefile	Sun Feb  7 19:09:36 2016	(r408442)
@@ -12,7 +12,7 @@ COMMENT=	Easy processing of keyboard ent
 
 LICENSE=	MIT
 
-USES=		gmake libtool:build
+USES=		gmake libtool:build ncurses pkgconfig
 LIB_DEPENDS=	libunibilium.so:${PORTSDIR}/devel/unibilium
 USE_LDCONFIG=	yes
 MAKE_ARGS=	MANDIR=${MANPREFIX}/man


More information about the svn-ports-all mailing list