diff options
Diffstat (limited to 'textproc/ispell')
| -rw-r--r-- | textproc/ispell/scripts/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index ad00cb61f210..621c1b854410 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -6,6 +6,8 @@ if [ "`echo a|sed -e P`" = "aa" ]; then fi if [ ! -f /usr/share/dict/words ]; then echo "you need to install /usr/share/dict/words from the 'dict' distribution first" + echo "(This is done using /stand/sysinstall. The 'textproc/dict' port in the ports" + echo " tree is NOT what you need.)" exit 1 fi cd $WRKSRC || exit 1; |
