diff options
Diffstat (limited to 'devel/bcunit/Makefile')
-rw-r--r-- | devel/bcunit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/bcunit/Makefile b/devel/bcunit/Makefile index dfd5f03f7ee2..7e97079cfa15 100644 --- a/devel/bcunit/Makefile +++ b/devel/bcunit/Makefile @@ -1,5 +1,5 @@ PORTNAME= bcunit -PORTVERSION= 5.4.2 +DISTVERSION= 5.4.29 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -9,11 +9,12 @@ WWW= https://gitlab.linphone.org/BC/public/bcunit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cmake libtool pathfix pkgconfig +USES= cmake libtool pathfix pkgconfig USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public -CAKE_ARGS= -DENABLE_BCUNIT_DEPRECATED=ON USE_LDCONFIG= yes +CMAKE_ON= BUILD_SHARED_LIBS + .include <bsd.port.mk> |