diff options
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index eba4ae16a98f..d72aeee1da1b 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--with-gmp=${PREFIX} CONFIGURE_ARGS+=--with-gmp=/usr .endif +.if ${OSVERSION} > 501000 +BROKEN= Does not compile +.endif + MAN1= \ dirsearch.1 \ newaid.1 \ |