diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-10 08:17:54 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-10 08:17:54 +0000 |
| commit | 8191d1f8fb63427ba9b5dfacc9880b8d47d2fbe3 (patch) | |
| tree | b1210bcb8ce7a457bf80111b5accd24bec3e92fa /mail/fetchmail/files/fetchmailconf | |
| parent | update to 0.91b6 (diff) | |
Update to 5.6.3, skipping the slightly buggy 5.6.2.
Also, correct the help message in the fetchmailconf wrapper script -
fetchmailconf depends on py-tkinter, not just Python.
Submitted by: Jack Twilley <jmt@inktomi.com> - the fetchmailconf inaccuracy
Approved by: maintainer
Diffstat (limited to 'mail/fetchmail/files/fetchmailconf')
| -rw-r--r-- | mail/fetchmail/files/fetchmailconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/files/fetchmailconf b/mail/fetchmail/files/fetchmailconf index 78ba6af9004f..b59c51780987 100644 --- a/mail/fetchmail/files/fetchmailconf +++ b/mail/fetchmail/files/fetchmailconf @@ -11,9 +11,9 @@ if [ -e $PREFIX/bin/python ]; then exec $PREFIX/libexec/fetchmailconf.bin else cat <<EOF -The fetchmailconf program requires Python, which does not appear to be -installed on this system. Python can be found in the FreeBSD Ports -Collection under lang/python. +The fetchmailconf program requires Python with Tkinter , which does not +appear to be installed on this system. Python/Tkinter can be found in +the FreeBSD Ports Collection under x11/py-tkinter. EOF exit 1 fi |
