diff options
Diffstat (limited to 'net/openradius')
-rw-r--r-- | net/openradius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 9efea15edebd..d38f40c819a3 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -38,7 +38,7 @@ SCRIPTS_ENV+= USE_LDAP=yes PLIST_SUB+= LDAP="@comment " .endif -.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) +.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) BROKEN= does not compile .endif |