diff options
Diffstat (limited to 'devel/root/Makefile')
-rw-r--r-- | devel/root/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index 962679ad7f0e..2ec07b968f47 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -220,9 +220,7 @@ CONFIGURE_ARGS+= --disable-srp ### Rules and version dependend variables -.if ${OSVERSION} < 500016 -BROKEN= "Does not compile / Needs thread support" -.elif ${OSVERSION} >= 700000 +.if ${OSVERSION} >= 700000 BROKEN= Does not compile .endif |