diff options
author | sat <sat@FreeBSD.org> | 2006-11-04 06:40:07 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-04 06:40:07 +0800 |
commit | 76932c8fce407fd4131c5427c9871f502e8ef3b2 (patch) | |
tree | a23d8efe8d97c0bef04ad10f6c8af02ae294b818 /mail/fdm | |
parent | 0316f948e756639b0548fe5aad8a9f47166d4b83 (diff) | |
download | freebsd-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/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> |