diff options
Diffstat (limited to 'deskutils/belcard/Makefile')
-rw-r--r-- | deskutils/belcard/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/belcard/Makefile b/deskutils/belcard/Makefile index 38b860a69ab9..3299ff5703c3 100644 --- a/deskutils/belcard/Makefile +++ b/deskutils/belcard/Makefile @@ -1,5 +1,5 @@ PORTNAME= belcard -DISTVERSION= 5.4.2 +DISTVERSION= 5.4.24 CATEGORIES= deskutils MAINTAINER= bofh@FreeBSD.org @@ -13,15 +13,14 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ ${LOCALBASE}/lib/libbcunit.a:devel/bcunit \ ${LOCALBASE}/lib/libbelr.a:textproc/belr -USES= cmake compiler:c++17-lang dos2unix +USES= cmake compiler:c++17-lang dos2unix ssl DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ - -DENABLE_STRICT=NO \ +CMAKE_ARGS= -DENABLE_STRICT=NO \ -DENABLE_UNIT_TESTS=NO LDFLAGS+= -lpthread |