diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-19 12:52:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-19 12:52:30 +0800 |
commit | e6aeec7f9ea34ba1741d1a2bf022a12ccfc0e3c2 (patch) | |
tree | 3b59f44d9f6e19c3a85f6e8f0158ab861c04f742 /security/silktools | |
parent | 33317454630250ab92230fbb6e7cba2394ee9e87 (diff) | |
download | freebsd-ports-gnome-e6aeec7f9ea34ba1741d1a2bf022a12ccfc0e3c2.tar.gz freebsd-ports-gnome-e6aeec7f9ea34ba1741d1a2bf022a12ccfc0e3c2.tar.zst freebsd-ports-gnome-e6aeec7f9ea34ba1741d1a2bf022a12ccfc0e3c2.zip |
- Fix index
Diffstat (limited to 'security/silktools')
-rw-r--r-- | security/silktools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile index a69eced94baa..221ad2a162ab 100644 --- a/security/silktools/Makefile +++ b/security/silktools/Makefile @@ -11,7 +11,7 @@ DISTNAME= silk-${PORTVERSION} MAINTAINER= lx@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 |