Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 19:09:37 +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: r408442 - head/devel/libtermkey
Message-ID:  <201602071909.u17J9bdm076962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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