svn commit: r344999 - head/security/silktools

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 04:52:31 UTC 2014


Author: miwi
Date: Wed Feb 19 04:52:30 2014
New Revision: 344999
URL: http://svnweb.freebsd.org/changeset/ports/344999
QAT: https://qat.redports.org/buildarchive/r344999/

Log:
  - Fix index

Modified:
  head/security/silktools/Makefile

Modified: head/security/silktools/Makefile
==============================================================================
--- head/security/silktools/Makefile	Wed Feb 19 04:37:01 2014	(r344998)
+++ head/security/silktools/Makefile	Wed Feb 19 04:52:30 2014	(r344999)
@@ -11,7 +11,7 @@ DISTNAME=	silk-${PORTVERSION}
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	Tools for large-scale network capture analysis
 
-LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo3 \
+LIB_DEPENDS=	liblzo2.so:${PORTSDIR}/archivers/lzo2 \
 		libfixbuf.so:${PORTSDIR}/net/libfixbuf
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list