pkgsrc-WIP-changes archive

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

py-CalendarServer: Fix path to py-kerberos.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 14 11:02:47 2017 +0100
Changeset:	2278691522ad98e9b0325f8b87a91914c67c0f25

Modified Files:
	py-CalendarServer/Makefile

Log Message:
py-CalendarServer: Fix path to py-kerberos.

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

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

diffstat:
 py-CalendarServer/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-CalendarServer/Makefile b/py-CalendarServer/Makefile
index b6bc49eaf5..a9b6c87ef5 100644
--- a/py-CalendarServer/Makefile
+++ b/py-CalendarServer/Makefile
@@ -16,7 +16,7 @@ LICENSE=	apache-2.0
 # pkgsrc
 
 DEPENDS+=	${PYPKGPREFIX}-CalDAVClientLibrary-[0-9]*:../../wip/py-CalDAVClientLibrary
-DEPENDS+=	${PYPKGPREFIX}-Kerberos-[0-9]*:../../security/py-Kerberos
+DEPENDS+=	${PYPKGPREFIX}-kerberos-[0-9]*:../../security/py-kerberos
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4:../../devel/py-ZopeInterface
 DEPENDS+=	${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1


Home | Main Index | Thread Index | Old Index