svn commit: r506025 - head/devel/bloaty

Steve Wills swills at FreeBSD.org
Sat Jul 6 18:42:39 UTC 2019


Author: swills
Date: Sat Jul  6 18:42:37 2019
New Revision: 506025
URL: https://svnweb.freebsd.org/changeset/ports/506025

Log:
  devel/bloaty: does not need go to build
  
  PR:		238902
  Submitted by:	Greg V <greg at unrelenting.technology>

Modified:
  head/devel/bloaty/Makefile   (contents, props changed)

Modified: head/devel/bloaty/Makefile
==============================================================================
--- head/devel/bloaty/Makefile	Sat Jul  6 18:33:18 2019	(r506024)
+++ head/devel/bloaty/Makefile	Sat Jul  6 18:42:37 2019	(r506025)
@@ -12,13 +12,11 @@ COMMENT=	Size profiler for binaries
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake \
-		ninja:devel/ninja
 LIB_DEPENDS=	libre2.so:devel/re2 \
 		libcapstone.so:devel/capstone4 \
 		libprotobuf.so:devel/protobuf
 
-USES=		cmake go:no_targets pkgconfig
+USES=		cmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	google


More information about the svn-ports-all mailing list