diff --git a/devel/libe/Makefile b/devel/libe/Makefile index 652ea414001a..48038067a849 100644 --- a/devel/libe/Makefile +++ b/devel/libe/Makefile @@ -1,26 +1,26 @@ PORTNAME= libe PORTVERSION= 0.11.0 DISTVERSIONPREFIX= releases/ CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org COMMENT= High-performance data structures and utilities for C++ WWW= https://github.com/rescrv/e LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6 GNU_CONFIGURE= yes USES= autoreconf gmake libtool pathfix pkgconfig +USE_CXXSTD= c++14 USE_GITHUB= yes -USE_LDCONFIG= yes - GH_ACCOUNT= rescrv GH_PROJECT= e +USE_LDCONFIG= yes .include