aboutsummaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-12-09 20:15:13 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-12-09 20:15:13 +0000
commit1107b58c51102ecfe707d0a46da2c5f509dfb67f (patch)
tree055f74a4df27e9c482d82923890a7b9cdf924ebf /mail/nmh
parentcc4ef20b0fd2a94067b667310243e165048c4131 (diff)
downloadports-1107b58c51102ecfe707d0a46da2c5f509dfb67f.tar.gz
ports-1107b58c51102ecfe707d0a46da2c5f509dfb67f.zip
Fix OSVERSION in BROKEN
Submitted by: Angelo Turetta <aturetta@commit.it>
Notes
Notes: svn path=/head/; revision=265937
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 06ce621aaaff..82a102cfb868 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -100,7 +100,7 @@ OPTIONS= SASL2 "Cyrus SASL2" OFF
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 90007
+.if ${OSVERSION} >= 900007
BROKEN= does not build
.endif