diff options
Diffstat (limited to 'net/belle-sip/Makefile')
-rw-r--r-- | net/belle-sip/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 29a4ff2c712c..5eac725bec13 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -1,5 +1,5 @@ PORTNAME= belle-sip -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= net java MAINTAINER= bofh@FreeBSD.org @@ -9,23 +9,23 @@ WWW= https://www.linphone.org/technical-corner/belle-sip.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit \ - ${LOCALBASE}/lib/libbelr.a:textproc/belr -LIB_DEPENDS= libantlr3c.so:devel/libantlr3c +LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ + libbctoolbox.so:net/bctoolbox \ + libbcunit.so:devel/bcunit \ + libbelr.so:textproc/belr USES= cmake cpe java:build tar:bz2 CPE_VENDOR= linphone USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public -GL_TUPLE= https://gitlab.linphone.org/BC/public:external:cpp-httplib:a2ed0d11c134b6c23da275103b5183b423cea8a8:httplib/tester/cpp-httplib USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ -DENABLE_STRICT=NO \ - -DENABLE_TESTS=NO \ - -DENABLE_UNIT_TESTS=NO + -DENABLE_TESTS=NO +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= ENABLE_UNIT_TESTS LDFLAGS+= -lpthread |