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 e1f09b457a2c..8793b7ef6129 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -34,6 +34,10 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} |