kamailio: Depend on libxml2 per upstream docs

This commit is contained in:
Greg Troxel 2019-12-01 19:19:35 -05:00
parent df75c38138
commit b4e98d948a
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/kamailio-${VERSION}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
# Upstream says that python is required for the "python module", but
# installs a file with a python #! line, so depend on it always for now
# Upstream does not explain versions. Prepare to disallow 27.
#PYTHON_VERSIONS_INCOMPATIBLE= 27
@ -39,6 +41,7 @@ FAKE_NCURSES= yes
.include "../../mk/readline.buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"