diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-30 20:08:20 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-30 20:08:20 +0000 |
commit | 8ba9fddf4d2632f2da2f850fc87fbd1e7561bbc3 (patch) | |
tree | e4f6359a7455e820f945a97a3cfdba86ef3b8d56 /mail/tmda | |
parent | 490d1f8530d5decbb0c276b91b3edd5bc0fd91e2 (diff) | |
download | ports-8ba9fddf4d2632f2da2f850fc87fbd1e7561bbc3.tar.gz ports-8ba9fddf4d2632f2da2f850fc87fbd1e7561bbc3.zip |
Notes
Diffstat (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/pkg-req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tmda/pkg-req b/mail/tmda/pkg-req index 0e5b440f41e8..2d7e408d9b3f 100644 --- a/mail/tmda/pkg-req +++ b/mail/tmda/pkg-req @@ -9,7 +9,7 @@ if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then exit 0 else echo "-----------------------------------------------------------" - echo " TMDA requires Python version 2.0 or greater -" + echo " TMDA requires Python version 2.1 or greater -" echo " please update your Python installation before proceeding." echo "-----------------------------------------------------------" exit 1 |