diff options
Diffstat (limited to 'textproc/belr/Makefile')
-rw-r--r-- | textproc/belr/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/belr/Makefile b/textproc/belr/Makefile index 8191fd9dd071..4ebcab9b8ead 100644 --- a/textproc/belr/Makefile +++ b/textproc/belr/Makefile @@ -1,5 +1,5 @@ PORTNAME= belr -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org @@ -9,19 +9,17 @@ WWW= https://www.linphone.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ + libbcunit.so:devel/bcunit USES= cmake compiler:c++17-lang dos2unix +DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt - -CMAKE_ARGS= -DCMAKE_SKIP_INSTALL_RPATH=ON \ - -DENABLE_STRICT=NO +CMAKE_ON= BUILD_SHARED_LIBS LDFLAGS+= -lpthread |