aboutsummaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-01 03:45:12 +0000
commite0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch)
tree47a0ecc20682a7a4895cc432843a845b1c7f6905 /security/wpa_supplicant
parent411a42077f495f437d1991bb81e508d52f3cd6ea (diff)
downloadports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.tar.gz
ports-e0b379fa6f3d155233755f07a2c1262bcdb4faa8.zip
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=430235
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index f2f1c08240ab..e3176eb34c25 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -95,12 +95,6 @@ PRIVSEP_PLIST_FILES= sbin/wpa_priv
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_9= Does not build on FreeBSD < 10 with base SSL. Add DEFAULT_VERSIONS+=ssl=openssl\
- or DEFAULT_VERSIONS+=ssl=libressl to /etc/make.conf and rebuild everything that\
- requires SSL.
-.endif
-
.if ${PORT_OPTIONS:MNDIS} && ${PORT_OPTIONS:MPRIVSEP}
BROKEN= Fails to compile with both NDIS and PRIVSEP
.endif