aboutsummaryrefslogtreecommitdiff
path: root/mail/fdm
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-03 22:40:07 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-03 22:40:07 +0000
commit3be5f33199c190c5d55f1e4a41a65e3e1f4d080d (patch)
treef6afc825d9f74f7d023e053a35a919e9f82d4d6f /mail/fdm
parent4cd777dc8ba3fad50de79688f577fdd15d60df64 (diff)
downloadports-3be5f33199c190c5d55f1e4a41a65e3e1f4d080d.tar.gz
ports-3be5f33199c190c5d55f1e4a41a65e3e1f4d080d.zip
- A bunch of trivial fixes
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=176306
Diffstat (limited to 'mail/fdm')
-rw-r--r--mail/fdm/Makefile4
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>