diff options
author | mat <mat@FreeBSD.org> | 2017-02-18 00:49:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-18 00:49:13 +0800 |
commit | 01f5860dd4c8bb29fb1c88e1a231763c81354b06 (patch) | |
tree | 10b7e627aff03f2e876e5b8a4a0a4b24795ad01d /net-mgmt/nsca-ng | |
parent | 41677c21f0d87fb1272d9c84bb6a4b1af1e48d11 (diff) | |
download | freebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.tar.gz freebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.tar.zst freebsd-ports-gnome-01f5860dd4c8bb29fb1c88e1a231763c81354b06.zip |
Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nsca-ng')
-rw-r--r-- | net-mgmt/nsca-ng/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/nsca-ng/Makefile b/net-mgmt/nsca-ng/Makefile index 0ffeddc34638..807549e76167 100644 --- a/net-mgmt/nsca-ng/Makefile +++ b/net-mgmt/nsca-ng/Makefile @@ -35,10 +35,6 @@ PORTDOCS= NEWS COPYING README PROTOCOL TODO .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) -.endif - .if ${SSL_DEFAULT:Mlibressl*} IGNORE= Requires PSK which is unsupported by the selected LibreSSL .endif |