summaryrefslogtreecommitdiff
path: root/devel/bcunit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bcunit/Makefile')
-rw-r--r--devel/bcunit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bcunit/Makefile b/devel/bcunit/Makefile
index 8360c6cc637b..0794d71c0d85 100644
--- a/devel/bcunit/Makefile
+++ b/devel/bcunit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bcunit
-PORTVERSION= 5.4.24
+DISTVERSION= 5.4.29
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
@@ -9,10 +9,12 @@ WWW= https://gitlab.linphone.org/BC/public/bcunit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake libtool pathfix pkgconfig
+USES= cmake pathfix pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
USE_LDCONFIG= yes
+CMAKE_ON= BUILD_SHARED_LIBS
+
.include <bsd.port.mk>