diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-03 22:40:07 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-03 22:40:07 +0000 |
commit | 3be5f33199c190c5d55f1e4a41a65e3e1f4d080d (patch) | |
tree | f6afc825d9f74f7d023e053a35a919e9f82d4d6f /mail/fdm | |
parent | 4cd777dc8ba3fad50de79688f577fdd15d60df64 (diff) |
Notes
Diffstat (limited to 'mail/fdm')
-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> |