diff options
Diffstat (limited to 'security/sguil-server/Makefile')
-rw-r--r-- | security/sguil-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sguil-server/Makefile b/security/sguil-server/Makefile index 05a0db3b2bdd..e142c2148de0 100644 --- a/security/sguil-server/Makefile +++ b/security/sguil-server/Makefile @@ -9,11 +9,11 @@ MASTER_SITES= SF/sguil/sguil/sguil-${PORTVERSION} MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program -RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ +RUN_DEPENDS= tcltls>=0:${PORTSDIR}/devel/tcltls \ + p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX -LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls OPTIONS_DEFINE= MYSQL MYSQL_DESC= Depend on databases/mysqltcl |