svn commit: r385930 - head/devel/py-cld

Dmitry Sivachenko demon at FreeBSD.org
Sun May 10 07:53:05 UTC 2015


Author: demon
Date: Sun May 10 07:53:04 2015
New Revision: 385930
URL: https://svnweb.freebsd.org/changeset/ports/385930

Log:
  Fix deps after cld port rename

Modified:
  head/devel/py-cld/Makefile

Modified: head/devel/py-cld/Makefile
==============================================================================
--- head/devel/py-cld/Makefile	Sun May 10 07:52:35 2015	(r385929)
+++ head/devel/py-cld/Makefile	Sun May 10 07:53:04 2015	(r385930)
@@ -14,7 +14,7 @@ COMMENT=	Python bindings for compact lan
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libcld2.so:${PORTSDIR}/devel/cld
+LIB_DEPENDS=	libcld2.so:${PORTSDIR}/devel/cld2
 
 USES=		python
 


More information about the svn-ports-all mailing list