svn commit: r437670 - branches/2017Q2/devel/android-tools-simpleperf

Jan Beich jbeich at FreeBSD.org
Mon Apr 3 17:39:11 UTC 2017


Author: jbeich
Date: Mon Apr  3 17:39:09 2017
New Revision: 437670
URL: https://svnweb.freebsd.org/changeset/ports/437670

Log:
  MFH: r437669
  
  devel/android-tools-simpleperf: track libncurses dep (if from ports)
  
  Obtained from:	DPorts
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q2/devel/android-tools-simpleperf/Makefile
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/devel/android-tools-simpleperf/Makefile
==============================================================================
--- branches/2017Q2/devel/android-tools-simpleperf/Makefile	Mon Apr  3 17:35:25 2017	(r437669)
+++ branches/2017Q2/devel/android-tools-simpleperf/Makefile	Mon Apr  3 17:39:09 2017	(r437670)
@@ -19,7 +19,7 @@ GH_PROJECT=	platform_bionic:bionic platf
 		platform_system_extras
 GH_SUBDIR=	bionic:bionic
 
-USES=		compiler:c++11-lib uidfix
+USES=		compiler:c++11-lib ncurses uidfix
 BUILD_WRKSRC=	${WRKSRC}/simpleperf
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 TEST_WRKSRC=	${BUILD_WRKSRC}


More information about the svn-ports-all mailing list