aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fdm
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-04 06:40:07 +0800
committersat <sat@FreeBSD.org>2006-11-04 06:40:07 +0800
commit76932c8fce407fd4131c5427c9871f502e8ef3b2 (patch)
treea23d8efe8d97c0bef04ad10f6c8af02ae294b818 /mail/fdm
parent0316f948e756639b0548fe5aad8a9f47166d4b83 (diff)
downloadfreebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.tar.gz
freebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.tar.zst
freebsd-ports-gnome-76932c8fce407fd4131c5427c9871f502e8ef3b2.zip
- A bunch of trivial fixes
Reported by: pointyhat via kris
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>