diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-14 05:42:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-14 05:42:51 +0800 |
commit | 91ac74f8ee9cf8b8252a1d51bd3eb569e9e22dee (patch) | |
tree | c19580116a67021f9cebcbab39a22bb461856ca5 | |
parent | 9689a6c033cd0861ab6ec213fd0dcde21d1377e9 (diff) | |
download | freebsd-ports-gnome-91ac74f8ee9cf8b8252a1d51bd3eb569e9e22dee.tar.gz freebsd-ports-gnome-91ac74f8ee9cf8b8252a1d51bd3eb569e9e22dee.tar.zst freebsd-ports-gnome-91ac74f8ee9cf8b8252a1d51bd3eb569e9e22dee.zip |
Correct BROKEN message typo.
Spotted by: kris
-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) |