diff options
-rw-r--r-- | net/openradius/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 0023e7f14d86..1296b7fd9ee9 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -38,6 +38,10 @@ SCRIPTS_ENV+= USE_LDAP=yes PLIST_SUB+= LDAP="@comment " .endif +.if ${OSVERSION} >= 800034 +BROKEN= does not compile +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |