diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-23 14:29:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-23 14:29:55 +0000 |
commit | 6827378ef6184c61ea3f4aacbd13da80bb784591 (patch) | |
tree | b6166ee387bd12df29304956b540387ab9ec0e01 /security/sguil-client | |
parent | 48e1e74a5801577082c9fb4c7d329d49fa4aa1e8 (diff) | |
download | ports-6827378ef6184c61ea3f4aacbd13da80bb784591.tar.gz ports-6827378ef6184c61ea3f4aacbd13da80bb784591.zip |
Notes
Diffstat (limited to 'security/sguil-client')
-rw-r--r-- | security/sguil-client/Makefile | 4 | ||||
-rw-r--r-- | security/sguil-client/files/patch-sguil.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/sguil-client/Makefile b/security/sguil-client/Makefile index 65e696703b7e..83245c7cca96 100644 --- a/security/sguil-client/Makefile +++ b/security/sguil-client/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/sguil/sguil/sguil-${PORTVERSION} MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program -LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls -RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \ +RUN_DEPENDS= tcltls>=0:${PORTSDIR}/devel/tcltls \ + dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX \ ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \ gpg2:${PORTSDIR}/security/gnupg diff --git a/security/sguil-client/files/patch-sguil.conf b/security/sguil-client/files/patch-sguil.conf index 8671aef51efa..3190d26ee0a2 100644 --- a/security/sguil-client/files/patch-sguil.conf +++ b/security/sguil-client/files/patch-sguil.conf @@ -5,7 +5,7 @@ # PATH to tls lib if needed (tcl can usually find this by default) -#set TLS_PATH /usr/lib/tls1.4/libtls1.4.so -+#set TLS_PATH /usr/local/lib/libtls.so ++#set TLS_PATH /usr/local/lib/tls1.6/libtls1.6.so # win32 example #set TLS_PATH "c:/tcl/lib/tls1.4/tls14.dll" |