diff options
author | glebius <glebius@FreeBSD.org> | 2017-03-21 16:16:00 +0800 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2017-03-21 16:16:00 +0800 |
commit | 093a87fcdfc90b5845e04a07a22dacf7b8be7a1c (patch) | |
tree | b15b49a68836aaa6562576c1b3f2da3824f31a5f /security/sslsplit/Makefile | |
parent | 9596ca2cc99217f5edea2fcd2884b4bd6b563e12 (diff) | |
download | freebsd-ports-gnome-093a87fcdfc90b5845e04a07a22dacf7b8be7a1c.tar.gz freebsd-ports-gnome-093a87fcdfc90b5845e04a07a22dacf7b8be7a1c.tar.zst freebsd-ports-gnome-093a87fcdfc90b5845e04a07a22dacf7b8be7a1c.zip |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
Diffstat (limited to 'security/sslsplit/Makefile')
-rw-r--r-- | security/sslsplit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile index 8591f766d910..1d60defd65d9 100644 --- a/security/sslsplit/Makefile +++ b/security/sslsplit/Makefile @@ -3,7 +3,7 @@ PORTNAME= sslsplit PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ |