diff --git a/net-im/tdlib-purple/Makefile b/net-im/tdlib-purple/Makefile index feec595524d8..3ad88a55e079 100644 --- a/net-im/tdlib-purple/Makefile +++ b/net-im/tdlib-purple/Makefile @@ -1,46 +1,47 @@ PORTNAME= tdlib-purple DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 CATEGORIES= net-im PATCH_SITES= https://github.com/ars3niy/tdlib-purple/commit/ PATCHFILES+= 8c87b899ddbec32.patch:-p1 # https://github.com/ars3niy/tdlib-purple/pull/154 MAINTAINER= mi@aldan.algebra.com COMMENT= Telegram plugin for libpurple, using tdlib WWW= https://github.com/ars3niy/tdlib-purple LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfmt.so:devel/libfmt \ libtdapi.so:net-im/tdlib \ librlottie.so:graphics/rlottie \ libwebp.so:graphics/webp \ + libpurple.so:net-im/libpurple \ libpng.so:graphics/png TEST_LIB_DEPENDS=libgtest.so:devel/googletest USES= cmake localbase pkgconfig USE_GITHUB= yeah GH_ACCOUNT= ars3niy OPTIONS_DEFINE= NLS TEST OPTIONS_DEFAULT=NLS OPTIONS_SUB= yes TEST_DESC= Do not enable, tests are broken CMAKE_ON+= NoVoip # tgvoip is yet to be ported CMAKE_ON+= NoBundledLottie # Using graphics/rlottie NLS_CMAKE_OFF+= -DNoTranslations=1 EXTRACT_AFTER_ARGS=--exclude rlottie --exclude fmt .include .if ${PORT_OPTIONS:MTEST} WARNING+= "Tests are stale at this time and are likely to fail to compile" TEST_TARGET= tests .endif .include