pkgsrc-WIP-changes archive

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

remove uncessary DEPENDS on icu



Module Name:	pkgsrc-wip
Committed By:	Tiago Seco <tiago%seco.ws@localhost>
Pushed By:	tse
Date:		Sat Jan 11 21:56:42 2020 +0000
Changeset:	849b3673f62ca9c7c44a5ff694f4210c255decec

Modified Files:
	prosody/Makefile

Log Message:
remove uncessary DEPENDS on icu

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

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 deletion(-)

diffs:
diff --git a/prosody/Makefile b/prosody/Makefile
index 4156fbfbd2..9ffee951f0 100644
--- a/prosody/Makefile
+++ b/prosody/Makefile
@@ -14,7 +14,6 @@ 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+=		icu-[0-9]*:../../textproc/icu
 
 HAS_CONFIGURE=		yes
 USE_LANGUAGES=		c99


Home | Main Index | Thread Index | Old Index