svn commit: r379024 - head/archivers/p5-Compress-LZW

Antoine Brodin antoine at FreeBSD.org
Sat Feb 14 22:10:06 UTC 2015


Author: antoine
Date: Sat Feb 14 22:10:05 2015
New Revision: 379024
URL: https://svnweb.freebsd.org/changeset/ports/379024
QAT: https://qat.redports.org/buildarchive/r379024/

Log:
  Fix DEPENDS

Modified:
  head/archivers/p5-Compress-LZW/Makefile

Modified: head/archivers/p5-Compress-LZW/Makefile
==============================================================================
--- head/archivers/p5-Compress-LZW/Makefile	Sat Feb 14 21:44:42 2015	(r379023)
+++ head/archivers/p5-Compress-LZW/Makefile	Sat Feb 14 22:10:05 2015	(r379024)
@@ -14,7 +14,7 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \
-		p5-Types-Standard>0:${PORTSDIR}/devel/p5-Type-Tiny \
+		p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \
 		p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \
 		p5-strictures>0:${PORTSDIR}/devel/p5-strictures
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list