diff options
Diffstat (limited to 'mail/fdm/Makefile')
-rw-r--r-- | mail/fdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index e5af1fbc22ae..3846a55eec59 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -30,8 +30,8 @@ post-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x +.if ${OSVERSION} < 601000 +BROKEN= needs strtonum(3) .endif .include <bsd.port.post.mk> |