diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-08 02:53:38 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-10-08 02:53:38 +0800 |
commit | 1a3355bb67d7daafdc7e174dd89731ff7ae3d34d (patch) | |
tree | bfea67a169653b1e3322004443f321a4ff3e5b2f /net-mgmt | |
parent | 075f26a910e6a546197cf2b6ea7171ea1dcd8951 (diff) | |
download | freebsd-ports-gnome-1a3355bb67d7daafdc7e174dd89731ff7ae3d34d.tar.gz freebsd-ports-gnome-1a3355bb67d7daafdc7e174dd89731ff7ae3d34d.tar.zst freebsd-ports-gnome-1a3355bb67d7daafdc7e174dd89731ff7ae3d34d.zip |
net-mgmt/nrpe3: Allow using libressl
Apparently, nrpe3 works with libressl if the configuration is changed
slightly, so remove BROKEN.
This reverts r511634.
PR: 240396
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nrpe3/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/nrpe3/Makefile b/net-mgmt/nrpe3/Makefile index b25acf9d2e7b..d63d8ff74f61 100644 --- a/net-mgmt/nrpe3/Makefile +++ b/net-mgmt/nrpe3/Makefile @@ -13,9 +13,6 @@ COMMENT?= Nagios Remote Plugin Executor LICENSE= GPLv2 -BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= nrpe3 does not work with libressl - USE_GITHUB= yes GH_ACCOUNT= NagiosEnterprises |