devel/libthrift: suppress warning about unnecessary USE_TOOLS+=perl

This commit is contained in:
rillig 2020-04-26 09:57:24 +00:00
parent 24635f52be
commit cc43bfd1a1

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.79 2020/01/18 21:48:07 jperkin Exp $
# $NetBSD: Makefile,v 1.80 2020/04/26 09:57:24 rillig Exp $
PKGREVISION= 2
.include "../../devel/thrift/Makefile.common"
@ -13,6 +13,7 @@ CONFIGURE_ENV+= THRIFT=${PREFIX}/bin/thrift
PKGCONFIG_OVERRIDE= lib/cpp/thrift-nb.pc.in
PKGCONFIG_OVERRIDE+= lib/cpp/thrift-z.pc.in
PKGCONFIG_OVERRIDE+= lib/cpp/thrift.pc.in
TOOLS_BROKEN+= perl # suppress warning about USE_TOOLS+=perl
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"