diff --git a/devel/busybee/Makefile b/devel/busybee/Makefile index 0bd54d02a6d8..1d770078b95e 100644 --- a/devel/busybee/Makefile +++ b/devel/busybee/Makefile @@ -1,25 +1,26 @@ PORTNAME= busybee PORTVERSION= 0.7.0 DISTVERSIONPREFIX= releases/ CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org COMMENT= High-performance messaging layer WWW= https://github.com/rescrv/busybee LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE 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