View | Details | Raw Unified | Return to bug 238902 | Differences between
and this patch

Collapse All | Expand All

(-)w/devel/bloaty/Makefile (-3 / +1 lines)
Lines 12-24 COMMENT= Size profiler for binaries Link Here
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	cmake:devel/cmake \
16
		ninja:devel/ninja
17
LIB_DEPENDS=	libre2.so:devel/re2 \
15
LIB_DEPENDS=	libre2.so:devel/re2 \
18
		libcapstone.so:devel/capstone4 \
16
		libcapstone.so:devel/capstone4 \
19
		libprotobuf.so:devel/protobuf
17
		libprotobuf.so:devel/protobuf
20
18
21
USES=		cmake go:no_targets pkgconfig
19
USES=		cmake pkgconfig
22
20
23
USE_GITHUB=	yes
21
USE_GITHUB=	yes
24
GH_ACCOUNT=	google
22
GH_ACCOUNT=	google

Return to bug 238902