diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 21:32:34 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 21:32:34 +0800 |
commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /irc | |
parent | f60d4bacdc58ec061406d72cace1ac1266952e39 (diff) | |
download | freebsd-ports-gnome-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz freebsd-ports-gnome-8a502cb2d43b4059a5678ee4539ca03603104107.tar.zst freebsd-ports-gnome-8a502cb2d43b4059a5678ee4539ca03603104107.zip |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index d6e186b98eb1..e3da32cf784b 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -20,9 +20,6 @@ USE_GNOME= glib20 OPTIONS_DEFINE= PERL PROXY SOCKS BOT DOCS TRUECOLOR CAPSICUM OPTIONS_DEFAULT= PERL CAPSICUM -# If we're on FreeBSD 10 don't offer the Capsicum option. -OPTIONS_EXCLUDE_FreeBSD_10= CAPSICUM - OPTIONS_SUB= yes SOCKS_DESC= Socks proxy support SOCKS_CONFIGURE_WITH= socks |