pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prosody: register a dependency



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun May 8 22:46:46 2022 +0200
Changeset:	a4d8cc50e46e5c2241a9b7fe93ec75359aa8fdae

Modified Files:
	prosody/Makefile

Log Message:
prosody: register a dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4d8cc50e46e5c2241a9b7fe93ec75359aa8fdae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prosody/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/prosody/Makefile b/prosody/Makefile
index 95d3d02628..f484ef9ab1 100644
--- a/prosody/Makefile
+++ b/prosody/Makefile
@@ -13,6 +13,7 @@ DEPENDS+=		${LUA_PKGPREFIX}-expat>=1.2:../../textproc/lua-expat
 DEPENDS+=		${LUA_PKGPREFIX}-filesystem>=1.6.2:../../devel/lua-filesystem
 DEPENDS+=		${LUA_PKGPREFIX}-sec>=0.3.3:../../security/lua-sec
 DEPENDS+=		${LUA_PKGPREFIX}-socket>=2.0:../../net/lua-socket
+DEPENDS+=		${LUA_PKGPREFIX}-unbound-[0-9]*:../../net/lua-unbound
 
 HAS_CONFIGURE=		yes
 USE_LANGUAGES=		c99


Home | Main Index | Thread Index | Old Index