svn commit: r437669 - head/devel/android-tools-simpleperf

Jan Beich jbeich at FreeBSD.org
Mon Apr 3 17:35:26 UTC 2017


Author: jbeich
Date: Mon Apr  3 17:35:25 2017
New Revision: 437669
URL: https://svnweb.freebsd.org/changeset/ports/437669

Log:
  devel/android-tools-simpleperf: track libncurses dep (if from ports)
  
  Obtained from:	DPorts

Modified:
  head/devel/android-tools-simpleperf/Makefile   (contents, props changed)

Modified: head/devel/android-tools-simpleperf/Makefile
==============================================================================
--- head/devel/android-tools-simpleperf/Makefile	Mon Apr  3 17:33:48 2017	(r437668)
+++ head/devel/android-tools-simpleperf/Makefile	Mon Apr  3 17:35:25 2017	(r437669)
@@ -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