devel/busybee: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-25 10:05:18 +02:00
parent 08bec39ed8
commit 2cf06891a1

View file

@ -15,11 +15,12 @@ ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libe.so:devel/libe \
libpo6.so:devel/libpo6
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= rescrv
USE_LDCONFIG= yes
GH_ACCOUNT= rescrv
GNU_CONFIGURE= yes
.include <bsd.port.mk>