diff options
author | glebius <glebius@FreeBSD.org> | 2017-03-21 16:16:00 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:02:42 +0800 |
commit | 0fdd718a1460f9c116cb60a473b663f876ac88db (patch) | |
tree | 7a75c1667a15baac18d7214e42c44248d6a0c888 | |
parent | d38090f084a8862ab9313011682096b799732423 (diff) | |
download | freebsd-ports-gnome-0fdd718a1460f9c116cb60a473b663f876ac88db.tar.gz freebsd-ports-gnome-0fdd718a1460f9c116cb60a473b663f876ac88db.tar.zst freebsd-ports-gnome-0fdd718a1460f9c116cb60a473b663f876ac88db.zip |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
-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/ |