diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-07 01:15:42 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-07 01:15:42 +0800 |
commit | a36dfd6e4ceb19d507f64e382fafc73b53873d89 (patch) | |
tree | 0a45e872ad070b365f51af4fc7858f9d00ca80d5 /net/hostapd | |
parent | 347c4bbfdec96a40fee3db3b7a4f281380ceda27 (diff) | |
download | freebsd-ports-gnome-a36dfd6e4ceb19d507f64e382fafc73b53873d89.tar.gz freebsd-ports-gnome-a36dfd6e4ceb19d507f64e382fafc73b53873d89.tar.zst freebsd-ports-gnome-a36dfd6e4ceb19d507f64e382fafc73b53873d89.zip |
Remove BROKEN_* statements, the port builds fine everywhere.
Diffstat (limited to 'net/hostapd')
-rw-r--r-- | net/hostapd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index ac178ea5273e..b12ea5276374 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -20,10 +20,6 @@ BUILD_WRKSRC= ${WRKSRC}/hostapd PLIST_FILES= sbin/hostapd sbin/hostapd_cli man/man1/hostapd_cli.1.gz \ man/man8/hostapd.8.gz -BROKEN_ia64= does not compile -BROKEN_powerpc= does not compile -BROKEN_sparc64= does not compile - OPTIONS_DEFINE= PORTS_SSL PORTS_SSL_DESC= Build with OpenSSL from ports (instead of base system) |