diff options
Diffstat (limited to 'net/ortp/Makefile')
| -rw-r--r-- | net/ortp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 6c05c0977e33..5d5ab1899639 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,5 +1,5 @@ PORTNAME= ortp -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= net MAINTAINER= zirias@FreeBSD.org @@ -9,8 +9,7 @@ WWW= https://www.linphone.org/technical-corner/ortp.html 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 USES= cmake compiler:c11 ssl USE_GITLAB= yes @@ -18,8 +17,8 @@ GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STRICT=NO \ - -DENABLE_UNIT_TESTS=NO +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= ENABLE_DOC ENABLE_UNIT_TESTS LDFLAGS+= -lpthread |
