diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:42:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:42:51 +0000 |
commit | b398c77e825b6be87a972d5dc9a25c8e966b7d99 (patch) | |
tree | e32372c449f790ed9c40213f418092cf8d5e4e1c /mail | |
parent | 471a5480e84c052bbda50df4393df7639a517e1d (diff) | |
download | ports-b398c77e825b6be87a972d5dc9a25c8e966b7d99.tar.gz ports-b398c77e825b6be87a972d5dc9a25c8e966b7d99.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index d1c259651660..18432dfa732b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -55,7 +55,7 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does nto build on 4.X" +BROKEN= "Does not build on 4.X" .endif .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) |